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 |
Support for Atlantic Electrical Towel Dryer.
| 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.
| string homeassistant.components.overkiz.climate.atlantic_electrical_towel_dryer.PRESET_DRYING = "drying" |
Definition at line 22 of file atlantic_electrical_towel_dryer.py.
| 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.
| 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.