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

Classes

class  AtlanticElectricalHeater
 

Variables

dictionary HVAC_MODES_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_HVAC_MODES.items()}
 
string PRESET_COMFORT1 = "comfort-1"
 
string PRESET_COMFORT2 = "comfort-2"
 
string PRESET_FROST_PROTECTION = "frost_protection"
 
dictionary PRESET_MODES_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_PRESET_MODES.items()}
 

Detailed Description

Support for Atlantic Electrical Heater.

Variable Documentation

◆ HVAC_MODES_TO_OVERKIZ

dictionary homeassistant.components.overkiz.climate.atlantic_electrical_heater.HVAC_MODES_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_HVAC_MODES.items()}

Definition at line 31 of file atlantic_electrical_heater.py.

◆ PRESET_COMFORT1

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

Definition at line 22 of file atlantic_electrical_heater.py.

◆ PRESET_COMFORT2

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

Definition at line 23 of file atlantic_electrical_heater.py.

◆ PRESET_FROST_PROTECTION

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

Definition at line 24 of file atlantic_electrical_heater.py.

◆ PRESET_MODES_TO_OVERKIZ

dictionary homeassistant.components.overkiz.climate.atlantic_electrical_heater.PRESET_MODES_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_PRESET_MODES.items()}

Definition at line 42 of file atlantic_electrical_heater.py.