Classes | |
| class | MeteoFranceWeather |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
| def | format_condition (str condition) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Support for Meteo-France weather service.
| None homeassistant.components.meteo_france.weather.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Meteo-France weather platform.
Definition at line 57 of file weather.py.
| def homeassistant.components.meteo_france.weather.format_condition | ( | str | condition | ) |
Return condition from dict CONDITION_MAP.
Definition at line 52 of file weather.py.
|
private |
Definition at line 49 of file weather.py.