Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| cover | |
| devolo_multi_level_switch | |
| diagnostics | |
| entity | |
| exceptions | |
| light | |
| sensor | |
| siren | |
| subscriber | |
| switch | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, DevoloHomeControlConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, DevoloHomeControlConfigEntry entry) |
| Mydevolo | configure_mydevolo (dict[str, Any]|MappingProxyType[str, Any] conf) |
Variables | |
| DevoloHomeControlConfigEntry | |
The devolo_home_control integration.
| bool homeassistant.components.devolo_home_control.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 93 of file __init__.py.
| bool homeassistant.components.devolo_home_control.async_setup_entry | ( | HomeAssistant | hass, |
| DevoloHomeControlConfigEntry | entry | ||
| ) |
Set up the devolo account from a config entry.
Definition at line 26 of file __init__.py.
| bool homeassistant.components.devolo_home_control.async_unload_entry | ( | HomeAssistant | hass, |
| DevoloHomeControlConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 79 of file __init__.py.
| Mydevolo homeassistant.components.devolo_home_control.configure_mydevolo | ( | dict[str, Any] | MappingProxyType[str, Any] | conf | ) |
Configure mydevolo.
Definition at line 100 of file __init__.py.
| homeassistant.components.devolo_home_control.DevoloHomeControlConfigEntry |
Definition at line 23 of file __init__.py.