Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
| weather | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| list | PLATFORMS = [SENSOR_DOMAIN, WEATHER_DOMAIN] |
The Tomorrow.io integration.
| bool homeassistant.components.tomorrowio.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Tomorrow.io API from a config entry.
Definition at line 20 of file __init__.py.
| bool homeassistant.components.tomorrowio.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 42 of file __init__.py.
| list homeassistant.components.tomorrowio.PLATFORMS = [SENSOR_DOMAIN, WEATHER_DOMAIN] |
Definition at line 17 of file __init__.py.