Public Member Functions | |
| None | async_start (self) |
Public Member Functions inherited from homeassistant.components.dhcp.WatcherBase | |
| None | __init__ (self, HomeAssistant hass, dict[str, dict[str, str]] address_data, DhcpMatchers integration_matchers) |
| None | async_process_client (self, str ip_address, str hostname, str unformatted_mac_address, bool force=False) |
| None | async_stop (self) |
Private Member Functions | |
| None | _handle_config_entry_removed (self, config_entries.ConfigEntry entry) |
Private Attributes | |
| _unsub | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.dhcp.WatcherBase | |
| hass | |
Class to trigger rediscovery on config entry removal.
Definition at line 438 of file __init__.py.
|
private |
Handle config entry changes.
Definition at line 442 of file __init__.py.
| None homeassistant.components.dhcp.RediscoveryWatcher.async_start | ( | self | ) |
Start watching for config entry removals.
Definition at line 461 of file __init__.py.
|
private |
Definition at line 463 of file __init__.py.