Classes | |
| class | EcobeeWeather |
Functions | |
| def | _process_forecast (json) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Support for displaying weather info from Ecobee API.
|
private |
Process a single ecobee API forecast to return expected values.
Definition at line 199 of file weather.py.
| None homeassistant.components.ecobee.weather.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the ecobee weather platform.
Definition at line 40 of file weather.py.