Home Assistant Unofficial Reference 2024.12.1
atlantic_electrical_heater_with_adjustable_temperature_setpoint.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.AtlanticElectricalHeaterWithAdjustableTemperatureSetpoint
 

Namespaces

 homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint
 

Variables

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()}
 
string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_AUTO = "auto"
 
string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_COMFORT1 = "comfort-1"
 
string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_COMFORT2 = "comfort-2"
 
string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_EXTERNAL = "external"
 
string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_FROST_PROTECTION = "frost_protection"
 
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()}
 
string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_PROG = "prog"
 
int homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.TEMPERATURE_SENSOR_DEVICE_INDEX = 2