Namespaces | |
| api | |
| config_flow | |
| const | |
| coordinator | |
| oauth_impl | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The Ondilo ICO integration.
| bool homeassistant.components.ondilo_ico.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Ondilo ICO from a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.ondilo_ico.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 42 of file __init__.py.
| list homeassistant.components.ondilo_ico.PLATFORMS = [Platform.SENSOR] |
Definition at line 14 of file __init__.py.