Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| device_tracker | |
| diagnostics | |
| entity | |
| image | |
| sensor | |
| switch | |
| update | |
Classes | |
| class | DevoloHomeNetworkData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, DevoloHomeNetworkConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, DevoloHomeNetworkConfigEntry entry) |
| set[Platform] | platforms (Device device) |
| None | update_sw_version (dr.DeviceRegistry device_registry, Device device) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| DevoloHomeNetworkConfigEntry | |
The devolo Home Network integration.
| bool homeassistant.components.devolo_home_network.async_setup_entry | ( | HomeAssistant | hass, |
| DevoloHomeNetworkConfigEntry | entry | ||
| ) |
Set up devolo Home Network from a config entry.
Definition at line 66 of file __init__.py.
| bool homeassistant.components.devolo_home_network.async_unload_entry | ( | HomeAssistant | hass, |
| DevoloHomeNetworkConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 280 of file __init__.py.
| set[Platform] homeassistant.components.devolo_home_network.platforms | ( | Device | device | ) |
Assemble supported platforms.
Definition at line 295 of file __init__.py.
| None homeassistant.components.devolo_home_network.update_sw_version | ( | dr.DeviceRegistry | device_registry, |
| Device | device | ||
| ) |
Update device registry with new firmware version.
Definition at line 309 of file __init__.py.
|
private |
Definition at line 53 of file __init__.py.
| homeassistant.components.devolo_home_network.DevoloHomeNetworkConfigEntry |
Definition at line 55 of file __init__.py.