Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ecobee.weather Namespace Reference

Classes

class  EcobeeWeather
 

Functions

def _process_forecast (json)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Detailed Description

Support for displaying weather info from Ecobee API.

Function Documentation

◆ _process_forecast()

def homeassistant.components.ecobee.weather._process_forecast (   json)
private
Process a single ecobee API forecast to return expected values.

Definition at line 199 of file weather.py.

◆ async_setup_entry()

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.