Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.airtouch4.climate.AirtouchAC
 
class  homeassistant.components.airtouch4.climate.AirtouchGroup
 

Namespaces

 homeassistant.components.airtouch4.climate
 

Functions

None homeassistant.components.airtouch4.climate.async_setup_entry (HomeAssistant hass, AirTouch4ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.airtouch4.climate._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.airtouch4.climate.AT_GROUP_MODES = [HVACMode.OFF, HVACMode.FAN_ONLY]
 
dictionary homeassistant.components.airtouch4.climate.AT_TO_HA_FAN_SPEED
 
dictionary homeassistant.components.airtouch4.climate.AT_TO_HA_STATE
 
dictionary homeassistant.components.airtouch4.climate.HA_FAN_SPEED_TO_AT = {value: key for key, value in AT_TO_HA_FAN_SPEED.items()}
 
dictionary homeassistant.components.airtouch4.climate.HA_STATE_TO_AT