Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.fritzbox.climate.FritzboxThermostat
 

Namespaces

 homeassistant.components.fritzbox.climate
 

Functions

None homeassistant.components.fritzbox.climate.async_setup_entry (HomeAssistant hass, FritzboxConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

list homeassistant.components.fritzbox.climate.HVAC_MODES = [HVACMode.HEAT, HVACMode.OFF]
 
int homeassistant.components.fritzbox.climate.MAX_TEMPERATURE = 28
 
int homeassistant.components.fritzbox.climate.MIN_TEMPERATURE = 8
 
float homeassistant.components.fritzbox.climate.OFF_API_TEMPERATURE = 126.5
 
float homeassistant.components.fritzbox.climate.OFF_REPORT_SET_TEMPERATURE = 0.0
 
float homeassistant.components.fritzbox.climate.ON_API_TEMPERATURE = 127.0
 
float homeassistant.components.fritzbox.climate.ON_REPORT_SET_TEMPERATURE = 30.0
 
string homeassistant.components.fritzbox.climate.PRESET_HOLIDAY = "holiday"
 
list homeassistant.components.fritzbox.climate.PRESET_MODES = [PRESET_ECO, PRESET_COMFORT]
 
string homeassistant.components.fritzbox.climate.PRESET_SUMMER = "summer"
 
tuple homeassistant.components.fritzbox.climate.SUPPORTED_FEATURES