Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
| util | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, IstaConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, IstaConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| IstaConfigEntry | |
The ista Ecotrend integration.
| bool homeassistant.components.ista_ecotrend.async_setup_entry | ( | HomeAssistant | hass, |
| IstaConfigEntry | entry | ||
| ) |
Set up ista EcoTrend from a config entry.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.ista_ecotrend.async_unload_entry | ( | HomeAssistant | hass, |
| IstaConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 55 of file __init__.py.
|
private |
Definition at line 17 of file __init__.py.
| homeassistant.components.ista_ecotrend.IstaConfigEntry |
Definition at line 21 of file __init__.py.