Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nest.climate.ThermostatEntity
 

Namespaces

 homeassistant.components.nest.climate
 

Functions

None homeassistant.components.nest.climate.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary homeassistant.components.nest.climate.FAN_INV_MODE_MAP = {v: k for k, v in FAN_MODE_MAP.items()}
 
 homeassistant.components.nest.climate.FAN_INV_MODES = list(FAN_INV_MODE_MAP)
 
dictionary homeassistant.components.nest.climate.FAN_MODE_MAP
 
int homeassistant.components.nest.climate.MAX_FAN_DURATION = 43200
 
int homeassistant.components.nest.climate.MAX_TEMP = 32
 
int homeassistant.components.nest.climate.MIN_TEMP = 10
 
float homeassistant.components.nest.climate.MIN_TEMP_RANGE = 1.66667
 
dictionary homeassistant.components.nest.climate.PRESET_INV_MODE_MAP = {v: k for k, v in PRESET_MODE_MAP.items()}
 
dictionary homeassistant.components.nest.climate.PRESET_MODE_MAP
 
string homeassistant.components.nest.climate.THERMOSTAT_ECO_MODE = "MANUAL_ECO"
 
dictionary homeassistant.components.nest.climate.THERMOSTAT_HVAC_STATUS_MAP
 
dictionary homeassistant.components.nest.climate.THERMOSTAT_INV_MODE_MAP = {v: k for k, v in THERMOSTAT_MODE_MAP.items()}
 
list homeassistant.components.nest.climate.THERMOSTAT_RANGE_MODES = [HVACMode.HEAT_COOL, HVACMode.AUTO]