Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
| system_health | |
Functions | |
| None | async_reload_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, DiscovergyConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| DiscovergyConfigEntry | |
| list | PLATFORMS = [Platform.SENSOR] |
The Discovergy integration.
| None homeassistant.components.discovergy.async_reload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle an options update.
Definition at line 68 of file __init__.py.
| bool homeassistant.components.discovergy.async_setup_entry | ( | HomeAssistant | hass, |
| DiscovergyConfigEntry | entry | ||
| ) |
Set up Discovergy from a config entry.
Definition at line 22 of file __init__.py.
| bool homeassistant.components.discovergy.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 63 of file __init__.py.
| homeassistant.components.discovergy.DiscovergyConfigEntry |
Definition at line 19 of file __init__.py.
| list homeassistant.components.discovergy.PLATFORMS = [Platform.SENSOR] |
Definition at line 17 of file __init__.py.