Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
| system_health | |
| weather | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AccuWeatherConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, AccuWeatherConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.SENSOR, Platform.WEATHER] |
The AccuWeather component.
| bool homeassistant.components.accuweather.async_setup_entry | ( | HomeAssistant | hass, |
| AccuWeatherConfigEntry | entry | ||
| ) |
Set up AccuWeather as config entry.
Definition at line 28 of file __init__.py.
| bool homeassistant.components.accuweather.async_unload_entry | ( | HomeAssistant | hass, |
| AccuWeatherConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 79 of file __init__.py.
|
private |
Definition at line 23 of file __init__.py.
| list homeassistant.components.accuweather.PLATFORMS = [Platform.SENSOR, Platform.WEATHER] |
Definition at line 25 of file __init__.py.