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

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
 

Detailed Description

Support for AtlanticHeatRecoveryVentilation.

Variable Documentation

◆ FAN_AWAY

string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.FAN_AWAY = "away"

Definition at line 23 of file atlantic_heat_recovery_ventilation.py.

◆ FAN_BOOST

string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.FAN_BOOST = "home_boost"

Definition at line 21 of file atlantic_heat_recovery_ventilation.py.

◆ FAN_BYPASS

string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.FAN_BYPASS = "bypass_boost"

Definition at line 24 of file atlantic_heat_recovery_ventilation.py.

◆ FAN_KITCHEN

string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.FAN_KITCHEN = "kitchen_boost"

Definition at line 22 of file atlantic_heat_recovery_ventilation.py.

◆ FAN_MODES_TO_OVERKIZ

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.

◆ PRESET_AUTO

string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.PRESET_AUTO = "auto"

Definition at line 26 of file atlantic_heat_recovery_ventilation.py.

◆ PRESET_MANUAL

string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.PRESET_MANUAL = "manual"

Definition at line 28 of file atlantic_heat_recovery_ventilation.py.

◆ PRESET_PROG

string homeassistant.components.overkiz.climate.atlantic_heat_recovery_ventilation.PRESET_PROG = "prog"

Definition at line 27 of file atlantic_heat_recovery_ventilation.py.

◆ TEMPERATURE_SENSOR_DEVICE_INDEX

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.