Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.generic_thermostat.const Namespace Reference

Variables

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

Detailed Description

Constants for the Generic Thermostat helper.

Variable Documentation

◆ CONF_AC_MODE

string homeassistant.components.generic_thermostat.const.CONF_AC_MODE = "ac_mode"

Definition at line 17 of file const.py.

◆ CONF_COLD_TOLERANCE

string homeassistant.components.generic_thermostat.const.CONF_COLD_TOLERANCE = "cold_tolerance"

Definition at line 18 of file const.py.

◆ CONF_HEATER

string homeassistant.components.generic_thermostat.const.CONF_HEATER = "heater"

Definition at line 19 of file const.py.

◆ CONF_HOT_TOLERANCE

string homeassistant.components.generic_thermostat.const.CONF_HOT_TOLERANCE = "hot_tolerance"

Definition at line 20 of file const.py.

◆ CONF_MIN_DUR

string homeassistant.components.generic_thermostat.const.CONF_MIN_DUR = "min_cycle_duration"

Definition at line 21 of file const.py.

◆ CONF_PRESETS

dictionary homeassistant.components.generic_thermostat.const.CONF_PRESETS
Initial value:
1 = {
2  p: f"{p}_temp"
3  for p in (
4  PRESET_AWAY,
5  PRESET_COMFORT,
6  PRESET_ECO,
7  PRESET_HOME,
8  PRESET_SLEEP,
9  PRESET_ACTIVITY,
10  )
11 }

Definition at line 22 of file const.py.

◆ CONF_SENSOR

string homeassistant.components.generic_thermostat.const.CONF_SENSOR = "target_sensor"

Definition at line 33 of file const.py.

◆ DEFAULT_TOLERANCE

float homeassistant.components.generic_thermostat.const.DEFAULT_TOLERANCE = 0.3

Definition at line 34 of file const.py.

◆ DOMAIN

string homeassistant.components.generic_thermostat.const.DOMAIN = "generic_thermostat"

Definition at line 13 of file const.py.

◆ PLATFORMS

list homeassistant.components.generic_thermostat.const.PLATFORMS = [Platform.CLIMATE]

Definition at line 15 of file const.py.