Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.geniushub.climate.GeniusClimateZone
 

Namespaces

 homeassistant.components.geniushub.climate
 

Functions

None homeassistant.components.geniushub.climate.async_setup_entry (HomeAssistant hass, GeniusHubConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary homeassistant.components.geniushub.climate.GH_HVAC_TO_HA = {v: k for k, v in HA_HVAC_TO_GH.items()}
 
dictionary homeassistant.components.geniushub.climate.GH_PRESET_TO_HA = {v: k for k, v in HA_PRESET_TO_GH.items()}
 
list homeassistant.components.geniushub.climate.GH_ZONES = ["radiator", "wet underfloor"]
 
dictionary homeassistant.components.geniushub.climate.HA_HVAC_TO_GH = {HVACMode.OFF: "off", HVACMode.HEAT: "timer"}
 
dictionary homeassistant.components.geniushub.climate.HA_PRESET_TO_GH = {PRESET_ACTIVITY: "footprint", PRESET_BOOST: "override"}