Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.dwd_weather_warnings Namespace Reference

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)
 

Detailed Description

The dwd_weather_warnings component.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

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.