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] |
Constants for the Generic Thermostat helper.
| 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" |