Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tado.climate.TadoClimate
 

Namespaces

 homeassistant.components.tado.climate
 

Functions

list[TadoClimate] homeassistant.components.tado.climate._generate_entities (TadoConnector tado)
 
None homeassistant.components.tado.climate.async_setup_entry (HomeAssistant hass, TadoConfigEntry entry, AddEntitiesCallback async_add_entities)
 
TadoClimate|None homeassistant.components.tado.climate.create_climate_entity (TadoConnector tado, str name, int zone_id, dict device_info)
 

Variables

 homeassistant.components.tado.climate._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.tado.climate.ATTR_OFFSET = "offset"
 
string homeassistant.components.tado.climate.ATTR_REQUESTED_OVERLAY = "requested_overlay"
 
string homeassistant.components.tado.climate.ATTR_TIME_PERIOD = "time_period"
 
 homeassistant.components.tado.climate.default
 
string homeassistant.components.tado.climate.SERVICE_CLIMATE_TIMER = "set_climate_timer"
 
string homeassistant.components.tado.climate.SERVICE_TEMP_OFFSET = "set_climate_temperature_offset"
 
 homeassistant.components.tado.climate.VolDictType