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

Classes

class  AtlanticElectricalHeaterWithAdjustableTemperatureSetpoint
 

Variables

dictionary HVAC_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_HVAC_MODE.items()}
 
string PRESET_AUTO = "auto"
 
string PRESET_COMFORT1 = "comfort-1"
 
string PRESET_COMFORT2 = "comfort-2"
 
string PRESET_EXTERNAL = "external"
 
string PRESET_FROST_PROTECTION = "frost_protection"
 
dictionary PRESET_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_PRESET_MODE.items()}
 
string PRESET_PROG = "prog"
 
int TEMPERATURE_SENSOR_DEVICE_INDEX = 2
 

Detailed Description

Support for Atlantic Electrical Heater (With Adjustable Temperature Setpoint).

Variable Documentation

◆ HVAC_MODE_TO_OVERKIZ

dictionary homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.HVAC_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_HVAC_MODE.items()}

◆ PRESET_AUTO

string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_AUTO = "auto"

◆ PRESET_COMFORT1

string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_COMFORT1 = "comfort-1"

◆ PRESET_COMFORT2

string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_COMFORT2 = "comfort-2"

◆ PRESET_EXTERNAL

string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_EXTERNAL = "external"

◆ PRESET_FROST_PROTECTION

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

◆ PRESET_MODE_TO_OVERKIZ

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

◆ PRESET_PROG

string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_PROG = "prog"

◆ TEMPERATURE_SENSOR_DEVICE_INDEX

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