Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.climate.const .HVACAction Class Reference
Inheritance diagram for homeassistant.components.climate.const .HVACAction:
[legend]
Collaboration diagram for homeassistant.components.climate.const .HVACAction:
[legend]

Static Public Attributes

string COOLING = "cooling"
 
string DEFROSTING = "defrosting"
 
string DRYING = "drying"
 
string FAN = "fan"
 
string HEATING = "heating"
 
string IDLE = "idle"
 
string OFF = "off"
 
string PREHEATING = "preheating"
 

Detailed Description

HVAC action for climate devices.

Definition at line 100 of file const.py.

Member Data Documentation

◆ COOLING

string homeassistant.components.climate.const .HVACAction.COOLING = "cooling"
static

Definition at line 103 of file const.py.

◆ DEFROSTING

string homeassistant.components.climate.const .HVACAction.DEFROSTING = "defrosting"
static

Definition at line 104 of file const.py.

◆ DRYING

string homeassistant.components.climate.const .HVACAction.DRYING = "drying"
static

Definition at line 105 of file const.py.

◆ FAN

string homeassistant.components.climate.const .HVACAction.FAN = "fan"
static

Definition at line 106 of file const.py.

◆ HEATING

string homeassistant.components.climate.const .HVACAction.HEATING = "heating"
static

Definition at line 107 of file const.py.

◆ IDLE

string homeassistant.components.climate.const .HVACAction.IDLE = "idle"
static

Definition at line 108 of file const.py.

◆ OFF

string homeassistant.components.climate.const .HVACAction.OFF = "off"
static

Definition at line 109 of file const.py.

◆ PREHEATING

string homeassistant.components.climate.const .HVACAction.PREHEATING = "preheating"
static

Definition at line 110 of file const.py.


The documentation for this class was generated from the following file: