Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.overkiz.climate.valve_heating_temperature_interface Namespace Reference

Classes

class  ValveHeatingTemperatureInterface
 

Variables

string PRESET_FROST_PROTECTION = "frost_protection"
 
string PRESET_MANUAL = "manual"
 
dictionary PRESET_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_PRESET_MODE.items()}
 
int TEMPERATURE_SENSOR_DEVICE_INDEX = 2
 

Detailed Description

Support for ValveHeatingTemperatureInterface.

Variable Documentation

◆ PRESET_FROST_PROTECTION

string homeassistant.components.overkiz.climate.valve_heating_temperature_interface.PRESET_FROST_PROTECTION = "frost_protection"

Definition at line 27 of file valve_heating_temperature_interface.py.

◆ PRESET_MANUAL

string homeassistant.components.overkiz.climate.valve_heating_temperature_interface.PRESET_MANUAL = "manual"

Definition at line 26 of file valve_heating_temperature_interface.py.

◆ PRESET_MODE_TO_OVERKIZ

dictionary homeassistant.components.overkiz.climate.valve_heating_temperature_interface.PRESET_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_PRESET_MODE.items()}

Definition at line 43 of file valve_heating_temperature_interface.py.

◆ TEMPERATURE_SENSOR_DEVICE_INDEX

int homeassistant.components.overkiz.climate.valve_heating_temperature_interface.TEMPERATURE_SENSOR_DEVICE_INDEX = 2

Definition at line 45 of file valve_heating_temperature_interface.py.