Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ecobee.climate.Thermostat
 

Namespaces

 homeassistant.components.ecobee.climate
 

Functions

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

Variables

string homeassistant.components.ecobee.climate.ATTR_AUTO_AWAY = "auto_away"
 
string homeassistant.components.ecobee.climate.ATTR_COOL_TEMP = "cool_temp"
 
string homeassistant.components.ecobee.climate.ATTR_DST_ENABLED = "dst_enabled"
 
string homeassistant.components.ecobee.climate.ATTR_END_DATE = "end_date"
 
string homeassistant.components.ecobee.climate.ATTR_END_TIME = "end_time"
 
string homeassistant.components.ecobee.climate.ATTR_FAN_MIN_ON_TIME = "fan_min_on_time"
 
string homeassistant.components.ecobee.climate.ATTR_FAN_MODE = "fan_mode"
 
string homeassistant.components.ecobee.climate.ATTR_FOLLOW_ME = "follow_me"
 
string homeassistant.components.ecobee.climate.ATTR_HEAT_TEMP = "heat_temp"
 
string homeassistant.components.ecobee.climate.ATTR_MIC_ENABLED = "mic_enabled"
 
string homeassistant.components.ecobee.climate.ATTR_PRESET_MODE = "preset_mode"
 
string homeassistant.components.ecobee.climate.ATTR_RESUME_ALL = "resume_all"
 
string homeassistant.components.ecobee.climate.ATTR_SENSOR_LIST = "device_ids"
 
string homeassistant.components.ecobee.climate.ATTR_START_DATE = "start_date"
 
string homeassistant.components.ecobee.climate.ATTR_START_TIME = "start_time"
 
string homeassistant.components.ecobee.climate.ATTR_VACATION_NAME = "vacation_name"
 
 homeassistant.components.ecobee.climate.CREATE_VACATION_SCHEMA
 
int homeassistant.components.ecobee.climate.DEFAULT_MAX_HUMIDITY = 50
 
int homeassistant.components.ecobee.climate.DEFAULT_MIN_HUMIDITY = 15
 
bool homeassistant.components.ecobee.climate.DEFAULT_RESUME_ALL = False
 
 homeassistant.components.ecobee.climate.DELETE_VACATION_SCHEMA
 
tuple homeassistant.components.ecobee.climate.DTGROUP_END_INCLUSIVE_MSG
 
tuple homeassistant.components.ecobee.climate.DTGROUP_START_INCLUSIVE_MSG
 
dictionary homeassistant.components.ecobee.climate.ECOBEE_HVAC_ACTION_TO_HASS
 
 homeassistant.components.ecobee.climate.ECOBEE_HVAC_TO_HASS
 
dictionary homeassistant.components.ecobee.climate.ECOBEE_TO_HASS_PRESET
 
string homeassistant.components.ecobee.climate.HAS_HEAT_PUMP = "hasHeatPump"
 
dictionary homeassistant.components.ecobee.climate.HASS_TO_ECOBEE_HVAC
 
dictionary homeassistant.components.ecobee.climate.HASS_TO_ECOBEE_PRESET = {v: k for k, v in ECOBEE_TO_HASS_PRESET.items()}
 
string homeassistant.components.ecobee.climate.HUMIDIFIER_MANUAL_MODE = "manual"
 
string homeassistant.components.ecobee.climate.PRESET_AWAY_INDEFINITELY = "away_indefinitely"
 
string homeassistant.components.ecobee.climate.PRESET_HOLD_INDEFINITE = "indefinite"
 
string homeassistant.components.ecobee.climate.PRESET_HOLD_NEXT_TRANSITION = "next_transition"
 
string homeassistant.components.ecobee.climate.PRESET_TEMPERATURE = "temp"
 
dictionary homeassistant.components.ecobee.climate.PRESET_TO_ECOBEE_HOLD
 
string homeassistant.components.ecobee.climate.PRESET_VACATION = "vacation"
 
 homeassistant.components.ecobee.climate.RESUME_PROGRAM_SCHEMA
 
string homeassistant.components.ecobee.climate.SERVICE_CREATE_VACATION = "create_vacation"
 
string homeassistant.components.ecobee.climate.SERVICE_DELETE_VACATION = "delete_vacation"
 
string homeassistant.components.ecobee.climate.SERVICE_RESUME_PROGRAM = "resume_program"
 
string homeassistant.components.ecobee.climate.SERVICE_SET_DST_MODE = "set_dst_mode"
 
string homeassistant.components.ecobee.climate.SERVICE_SET_FAN_MIN_ON_TIME = "set_fan_min_on_time"
 
string homeassistant.components.ecobee.climate.SERVICE_SET_MIC_MODE = "set_mic_mode"
 
string homeassistant.components.ecobee.climate.SERVICE_SET_OCCUPANCY_MODES = "set_occupancy_modes"
 
string homeassistant.components.ecobee.climate.SERVICE_SET_SENSORS_USED_IN_CLIMATE = "set_sensors_used_in_climate"
 
 homeassistant.components.ecobee.climate.SET_FAN_MIN_ON_TIME_SCHEMA
 
tuple homeassistant.components.ecobee.climate.SUPPORT_FLAGS