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

Classes

class  AtlanticElectricalTowelDryer
 

Variables

dictionary HVAC_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_HVAC_MODE.items()}
 
string PRESET_DRYING = "drying"
 
dictionary PRESET_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_PRESET_MODE.items()}
 
int TEMPERATURE_SENSOR_DEVICE_INDEX = 7
 

Detailed Description

Support for Atlantic Electrical Towel Dryer.

Variable Documentation

◆ HVAC_MODE_TO_OVERKIZ

dictionary homeassistant.components.overkiz.climate.atlantic_electrical_towel_dryer.HVAC_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_HVAC_MODE.items()}

Definition at line 29 of file atlantic_electrical_towel_dryer.py.

◆ PRESET_DRYING

string homeassistant.components.overkiz.climate.atlantic_electrical_towel_dryer.PRESET_DRYING = "drying"

Definition at line 22 of file atlantic_electrical_towel_dryer.py.

◆ PRESET_MODE_TO_OVERKIZ

dictionary homeassistant.components.overkiz.climate.atlantic_electrical_towel_dryer.PRESET_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_PRESET_MODE.items()}

Definition at line 37 of file atlantic_electrical_towel_dryer.py.

◆ TEMPERATURE_SENSOR_DEVICE_INDEX

int homeassistant.components.overkiz.climate.atlantic_electrical_towel_dryer.TEMPERATURE_SENSOR_DEVICE_INDEX = 7

Definition at line 39 of file atlantic_electrical_towel_dryer.py.