Classes | |
| class | AtlanticHeatRecoveryVentilation |
Variables | |
| string | FAN_AWAY = "away" |
| string | FAN_BOOST = "home_boost" |
| string | FAN_BYPASS = "bypass_boost" |
| string | FAN_KITCHEN = "kitchen_boost" |
| dictionary | FAN_MODES_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_FAN_MODES.items()} |
| string | PRESET_AUTO = "auto" |
| string | PRESET_MANUAL = "manual" |
| string | PRESET_PROG = "prog" |
| int | TEMPERATURE_SENSOR_DEVICE_INDEX = 4 |
Support for AtlanticHeatRecoveryVentilation.
| string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.FAN_AWAY = "away" |
Definition at line 23 of file atlantic_heat_recovery_ventilation.py.
| string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.FAN_BOOST = "home_boost" |
Definition at line 21 of file atlantic_heat_recovery_ventilation.py.
| string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.FAN_BYPASS = "bypass_boost" |
Definition at line 24 of file atlantic_heat_recovery_ventilation.py.
| string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.FAN_KITCHEN = "kitchen_boost" |
Definition at line 22 of file atlantic_heat_recovery_ventilation.py.
| dictionary homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.FAN_MODES_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_FAN_MODES.items()} |
Definition at line 38 of file atlantic_heat_recovery_ventilation.py.
| string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.PRESET_AUTO = "auto" |
Definition at line 26 of file atlantic_heat_recovery_ventilation.py.
| string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.PRESET_MANUAL = "manual" |
Definition at line 28 of file atlantic_heat_recovery_ventilation.py.
| string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.PRESET_PROG = "prog" |
Definition at line 27 of file atlantic_heat_recovery_ventilation.py.
| int homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.TEMPERATURE_SENSOR_DEVICE_INDEX = 4 |
Definition at line 40 of file atlantic_heat_recovery_ventilation.py.