Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AquacellConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| AquacellConfigEntry | |
| list | PLATFORMS = [Platform.SENSOR] |
The Aquacell integration.
| bool homeassistant.components.aquacell.async_setup_entry | ( | HomeAssistant | hass, |
| AquacellConfigEntry | entry | ||
| ) |
Set up Aquacell from a config entry.
Definition at line 21 of file __init__.py.
| bool homeassistant.components.aquacell.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 39 of file __init__.py.
| homeassistant.components.aquacell.AquacellConfigEntry |
Definition at line 18 of file __init__.py.
| list homeassistant.components.aquacell.PLATFORMS = [Platform.SENSOR] |
Definition at line 16 of file __init__.py.