Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.deconz.climate.DeconzThermostat
 

Namespaces

 homeassistant.components.deconz.climate
 

Functions

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

Variables

string homeassistant.components.deconz.climate.DECONZ_FAN_SMART = "smart"
 
string homeassistant.components.deconz.climate.DECONZ_PRESET_AUTO = "auto"
 
string homeassistant.components.deconz.climate.DECONZ_PRESET_COMPLEX = "complex"
 
string homeassistant.components.deconz.climate.DECONZ_PRESET_HOLIDAY = "holiday"
 
string homeassistant.components.deconz.climate.DECONZ_PRESET_MANUAL = "manual"
 
dictionary homeassistant.components.deconz.climate.DECONZ_TO_FAN_MODE = {value: key for key, value in FAN_MODE_TO_DECONZ.items()}
 
dictionary homeassistant.components.deconz.climate.DECONZ_TO_PRESET_MODE = {value: key for key, value in PRESET_MODE_TO_DECONZ.items()}
 
dictionary homeassistant.components.deconz.climate.FAN_MODE_TO_DECONZ
 
dictionary homeassistant.components.deconz.climate.HVAC_MODE_TO_DECONZ
 
dictionary homeassistant.components.deconz.climate.PRESET_MODE_TO_DECONZ