Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.coolmaster.climate.CoolmasterClimate
 

Namespaces

 homeassistant.components.coolmaster.climate
 

Functions

None homeassistant.components.coolmaster.climate.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.coolmaster.climate._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.coolmaster.climate.CM_TO_HA_STATE
 
list homeassistant.components.coolmaster.climate.FAN_MODES = ["low", "med", "high", "auto"]
 
dictionary homeassistant.components.coolmaster.climate.HA_STATE_TO_CM = {value: key for key, value in CM_TO_HA_STATE.items()}