Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fritzbox.climate Namespace Reference

Classes

class  FritzboxThermostat
 

Functions

None async_setup_entry (HomeAssistant hass, FritzboxConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

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

Detailed Description

Support for AVM FRITZ!SmartHome thermostat devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.fritzbox.climate.async_setup_entry ( HomeAssistant  hass,
FritzboxConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the FRITZ!SmartHome thermostat from ConfigEntry.

Definition at line 59 of file climate.py.

Variable Documentation

◆ HVAC_MODES

list homeassistant.components.fritzbox.climate.HVAC_MODES = [HVACMode.HEAT, HVACMode.OFF]

Definition at line 38 of file climate.py.

◆ MAX_TEMPERATURE

int homeassistant.components.fritzbox.climate.MAX_TEMPERATURE = 28

Definition at line 50 of file climate.py.

◆ MIN_TEMPERATURE

int homeassistant.components.fritzbox.climate.MIN_TEMPERATURE = 8

Definition at line 49 of file climate.py.

◆ OFF_API_TEMPERATURE

float homeassistant.components.fritzbox.climate.OFF_API_TEMPERATURE = 126.5

Definition at line 54 of file climate.py.

◆ OFF_REPORT_SET_TEMPERATURE

float homeassistant.components.fritzbox.climate.OFF_REPORT_SET_TEMPERATURE = 0.0

Definition at line 56 of file climate.py.

◆ ON_API_TEMPERATURE

float homeassistant.components.fritzbox.climate.ON_API_TEMPERATURE = 127.0

Definition at line 53 of file climate.py.

◆ ON_REPORT_SET_TEMPERATURE

float homeassistant.components.fritzbox.climate.ON_REPORT_SET_TEMPERATURE = 30.0

Definition at line 55 of file climate.py.

◆ PRESET_HOLIDAY

string homeassistant.components.fritzbox.climate.PRESET_HOLIDAY = "holiday"

Definition at line 39 of file climate.py.

◆ PRESET_MODES

list homeassistant.components.fritzbox.climate.PRESET_MODES = [PRESET_ECO, PRESET_COMFORT]

Definition at line 41 of file climate.py.

◆ PRESET_SUMMER

string homeassistant.components.fritzbox.climate.PRESET_SUMMER = "summer"

Definition at line 40 of file climate.py.

◆ SUPPORTED_FEATURES

tuple homeassistant.components.fritzbox.climate.SUPPORTED_FEATURES
Initial value:
1 = (
2  ClimateEntityFeature.TARGET_TEMPERATURE
3  | ClimateEntityFeature.PRESET_MODE
4  | ClimateEntityFeature.TURN_OFF
5  | ClimateEntityFeature.TURN_ON
6 )

Definition at line 42 of file climate.py.