Classes | |
| class | BrWeather |
Functions | |
| None | async_setup_entry (HomeAssistant hass, BuienRadarConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | CONDITION_CLASSES |
| dictionary | CONDITION_MAP |
| string | CONF_FORECAST = "forecast" |
| string | DATA_CONDITION = "buienradar_condition" |
Support for Buienradar.nl weather service.
| None homeassistant.components.buienradar.weather.async_setup_entry | ( | HomeAssistant | hass, |
| BuienRadarConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the buienradar platform.
Definition at line 94 of file weather.py.
|
private |
Definition at line 60 of file weather.py.
| dictionary homeassistant.components.buienradar.weather.CONDITION_CLASSES |
Definition at line 66 of file weather.py.
| dictionary homeassistant.components.buienradar.weather.CONDITION_MAP |
Definition at line 87 of file weather.py.
| string homeassistant.components.buienradar.weather.CONF_FORECAST = "forecast" |
Definition at line 62 of file weather.py.
| string homeassistant.components.buienradar.weather.DATA_CONDITION = "buienradar_condition" |
Definition at line 64 of file weather.py.