Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.generic_thermostat.const
 

Variables

string homeassistant.components.generic_thermostat.const.CONF_AC_MODE = "ac_mode"
 
string homeassistant.components.generic_thermostat.const.CONF_COLD_TOLERANCE = "cold_tolerance"
 
string homeassistant.components.generic_thermostat.const.CONF_HEATER = "heater"
 
string homeassistant.components.generic_thermostat.const.CONF_HOT_TOLERANCE = "hot_tolerance"
 
string homeassistant.components.generic_thermostat.const.CONF_MIN_DUR = "min_cycle_duration"
 
dictionary homeassistant.components.generic_thermostat.const.CONF_PRESETS
 
string homeassistant.components.generic_thermostat.const.CONF_SENSOR = "target_sensor"
 
float homeassistant.components.generic_thermostat.const.DEFAULT_TOLERANCE = 0.3
 
string homeassistant.components.generic_thermostat.const.DOMAIN = "generic_thermostat"
 
list homeassistant.components.generic_thermostat.const.PLATFORMS = [Platform.CLIMATE]