Classes | |
| class | MeteoclimaticWeather |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
| def | format_condition (condition) |
Support for Meteoclimatic weather service.
| None homeassistant.components.meteoclimatic.weather.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Meteoclimatic weather platform.
Definition at line 28 of file weather.py.
| def homeassistant.components.meteoclimatic.weather.format_condition | ( | condition | ) |
Return condition from dict CONDITION_MAP.
Definition at line 19 of file weather.py.