Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mysensors.climate.MySensorsHVAC
 

Namespaces

 homeassistant.components.mysensors.climate
 

Functions

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

Variables

dictionary homeassistant.components.mysensors.climate.DICT_HA_TO_MYS
 
dictionary homeassistant.components.mysensors.climate.DICT_MYS_TO_HA
 
list homeassistant.components.mysensors.climate.FAN_LIST = ["Auto", "Min", "Normal", "Max"]
 
list homeassistant.components.mysensors.climate.OPERATION_LIST = [HVACMode.OFF, HVACMode.AUTO, HVACMode.COOL, HVACMode.HEAT]