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

Static Public Attributes

string AUTO = "auto"
 
string COOL = "cool"
 
string DRY = "dry"
 
string FAN_ONLY = "fan_only"
 
string HEAT = "heat"
 
string HEAT_COOL = "heat_cool"
 
string OFF = "off"
 

Detailed Description

HVAC mode for climate devices.

Definition at line 14 of file const.py.

Member Data Documentation

◆ AUTO

string homeassistant.components.climate.const .HVACMode.AUTO = "auto"
static

Definition at line 31 of file const.py.

◆ COOL

string homeassistant.components.climate.const .HVACMode.COOL = "cool"
static

Definition at line 24 of file const.py.

◆ DRY

string homeassistant.components.climate.const .HVACMode.DRY = "dry"
static

Definition at line 34 of file const.py.

◆ FAN_ONLY

string homeassistant.components.climate.const .HVACMode.FAN_ONLY = "fan_only"
static

Definition at line 37 of file const.py.

◆ HEAT

string homeassistant.components.climate.const .HVACMode.HEAT = "heat"
static

Definition at line 21 of file const.py.

◆ HEAT_COOL

string homeassistant.components.climate.const .HVACMode.HEAT_COOL = "heat_cool"
static

Definition at line 27 of file const.py.

◆ OFF

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

Definition at line 18 of file const.py.


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