Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.evohome.climate.EvoClimateEntity
 
class  homeassistant.components.evohome.climate.EvoController
 
class  homeassistant.components.evohome.climate.EvoZone
 

Namespaces

 homeassistant.components.evohome.climate
 

Functions

None homeassistant.components.evohome.climate.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.evohome.climate._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.evohome.climate.EVO_PRESET_TO_HA
 
dictionary homeassistant.components.evohome.climate.HA_PRESET_TO_EVO = {v: k for k, v in EVO_PRESET_TO_HA.items()}
 
dictionary homeassistant.components.evohome.climate.HA_PRESET_TO_TCS = {v: k for k, v in TCS_PRESET_TO_HA.items()}
 
string homeassistant.components.evohome.climate.PRESET_CUSTOM = "Custom"
 
string homeassistant.components.evohome.climate.PRESET_RESET = "Reset"
 
list homeassistant.components.evohome.climate.STATE_ATTRS_TCS = [SZ_SYSTEM_ID, SZ_ACTIVE_FAULTS, SZ_SYSTEM_MODE_STATUS]
 
list homeassistant.components.evohome.climate.STATE_ATTRS_ZONES
 
dictionary homeassistant.components.evohome.climate.TCS_PRESET_TO_HA