Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.melcloud.climate.AtaDeviceClimate
 
class  homeassistant.components.melcloud.climate.AtwDeviceZoneClimate
 
class  homeassistant.components.melcloud.climate.MelCloudClimate
 

Namespaces

 homeassistant.components.melcloud.climate
 

Functions

None homeassistant.components.melcloud.climate.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary homeassistant.components.melcloud.climate.ATA_HVAC_MODE_LOOKUP
 
dictionary homeassistant.components.melcloud.climate.ATA_HVAC_MODE_REVERSE_LOOKUP = {v: k for k, v in ATA_HVAC_MODE_LOOKUP.items()}
 
dictionary homeassistant.components.melcloud.climate.ATW_ZONE_HVAC_ACTION_LOOKUP
 
dictionary homeassistant.components.melcloud.climate.ATW_ZONE_HVAC_MODE_LOOKUP
 
dictionary homeassistant.components.melcloud.climate.ATW_ZONE_HVAC_MODE_REVERSE_LOOKUP = {v: k for k, v in ATW_ZONE_HVAC_MODE_LOOKUP.items()}
 
 homeassistant.components.melcloud.climate.SCAN_INTERVAL = timedelta(seconds=60)