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()} |
Support for Atlantic Electrical Heater.
| 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.
| string homeassistant.components.overkiz.climate.atlantic_electrical_heater.PRESET_COMFORT1 = "comfort-1" |
Definition at line 22 of file atlantic_electrical_heater.py.
| string homeassistant.components.overkiz.climate.atlantic_electrical_heater.PRESET_COMFORT2 = "comfort-2" |
Definition at line 23 of file atlantic_electrical_heater.py.
| string homeassistant.components.overkiz.climate.atlantic_electrical_heater.PRESET_FROST_PROTECTION = "frost_protection" |
Definition at line 24 of file atlantic_electrical_heater.py.
| 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.