Namespaces | |
| climate | |
| config_flow | |
| const | |
| select | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | options_update_listener (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| list | PLATFORMS = [Platform.CLIMATE, Platform.SELECT, Platform.SENSOR] |
The Nobø Ecohub integration.
| bool homeassistant.components.nobo_hub.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Nobø Ecohub from a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.nobo_hub.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 52 of file __init__.py.
| None homeassistant.components.nobo_hub.options_update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Handle options update.
Definition at line 63 of file __init__.py.
| list homeassistant.components.nobo_hub.PLATFORMS = [Platform.CLIMATE, Platform.SELECT, Platform.SENSOR] |
Definition at line 14 of file __init__.py.