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

Static Public Attributes

int AUX_HEAT = 64
 
int FAN_MODE = 8
 
int PRESET_MODE = 16
 
int SWING_HORIZONTAL_MODE = 512
 
int SWING_MODE = 32
 
int TARGET_HUMIDITY = 4
 
int TARGET_TEMPERATURE = 1
 
int TARGET_TEMPERATURE_RANGE = 2
 
int TURN_OFF = 128
 
int TURN_ON = 256
 

Detailed Description

Supported features of the climate entity.

Definition at line 166 of file const.py.

Member Data Documentation

◆ AUX_HEAT

int homeassistant.components.climate.const .ClimateEntityFeature.AUX_HEAT = 64
static

Definition at line 175 of file const.py.

◆ FAN_MODE

int homeassistant.components.climate.const .ClimateEntityFeature.FAN_MODE = 8
static

Definition at line 172 of file const.py.

◆ PRESET_MODE

int homeassistant.components.climate.const .ClimateEntityFeature.PRESET_MODE = 16
static

Definition at line 173 of file const.py.

◆ SWING_HORIZONTAL_MODE

int homeassistant.components.climate.const .ClimateEntityFeature.SWING_HORIZONTAL_MODE = 512
static

Definition at line 178 of file const.py.

◆ SWING_MODE

int homeassistant.components.climate.const .ClimateEntityFeature.SWING_MODE = 32
static

Definition at line 174 of file const.py.

◆ TARGET_HUMIDITY

int homeassistant.components.climate.const .ClimateEntityFeature.TARGET_HUMIDITY = 4
static

Definition at line 171 of file const.py.

◆ TARGET_TEMPERATURE

int homeassistant.components.climate.const .ClimateEntityFeature.TARGET_TEMPERATURE = 1
static

Definition at line 169 of file const.py.

◆ TARGET_TEMPERATURE_RANGE

int homeassistant.components.climate.const .ClimateEntityFeature.TARGET_TEMPERATURE_RANGE = 2
static

Definition at line 170 of file const.py.

◆ TURN_OFF

int homeassistant.components.climate.const .ClimateEntityFeature.TURN_OFF = 128
static

Definition at line 176 of file const.py.

◆ TURN_ON

int homeassistant.components.climate.const .ClimateEntityFeature.TURN_ON = 256
static

Definition at line 177 of file const.py.


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