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 |
Support for Atlantic Electrical Heater (With Adjustable Temperature Setpoint).
| 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()} |
Definition at line 59 of file atlantic_electrical_heater_with_adjustable_temperature_setpoint.py.
| string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_AUTO = "auto" |
Definition at line 24 of file atlantic_electrical_heater_with_adjustable_temperature_setpoint.py.
| string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_COMFORT1 = "comfort-1" |
Definition at line 25 of file atlantic_electrical_heater_with_adjustable_temperature_setpoint.py.
| string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_COMFORT2 = "comfort-2" |
Definition at line 26 of file atlantic_electrical_heater_with_adjustable_temperature_setpoint.py.
| string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_EXTERNAL = "external" |
Definition at line 29 of file atlantic_electrical_heater_with_adjustable_temperature_setpoint.py.
| string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_FROST_PROTECTION = "frost_protection" |
Definition at line 27 of file atlantic_electrical_heater_with_adjustable_temperature_setpoint.py.
| 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()} |
Definition at line 46 of file atlantic_electrical_heater_with_adjustable_temperature_setpoint.py.
| string homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.PRESET_PROG = "prog" |
Definition at line 28 of file atlantic_electrical_heater_with_adjustable_temperature_setpoint.py.
| int homeassistant.components.overkiz.climate.atlantic_electrical_heater_with_adjustable_temperature_setpoint.TEMPERATURE_SENSOR_DEVICE_INDEX = 2 |
Definition at line 61 of file atlantic_electrical_heater_with_adjustable_temperature_setpoint.py.