Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| exceptions | |
| sensor | |
| util | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, DwdWeatherWarningsConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, DwdWeatherWarningsConfigEntry entry) |
The dwd_weather_warnings component.
| bool homeassistant.components.dwd_weather_warnings.async_setup_entry | ( | HomeAssistant | hass, |
| DwdWeatherWarningsConfigEntry | entry | ||
| ) |
Set up a config entry.
Definition at line 12 of file __init__.py.
| bool homeassistant.components.dwd_weather_warnings.async_unload_entry | ( | HomeAssistant | hass, |
| DwdWeatherWarningsConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 28 of file __init__.py.