Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.water_heater.WaterHeaterEntityFeature Class Reference
Inheritance diagram for homeassistant.components.water_heater.WaterHeaterEntityFeature:
[legend]
Collaboration diagram for homeassistant.components.water_heater.WaterHeaterEntityFeature:
[legend]

Static Public Attributes

int AWAY_MODE = 4
 
int ON_OFF = 8
 
int OPERATION_MODE = 2
 
int TARGET_TEMPERATURE = 1
 

Detailed Description

Supported features of the fan entity.

Definition at line 64 of file __init__.py.

Member Data Documentation

◆ AWAY_MODE

int homeassistant.components.water_heater.WaterHeaterEntityFeature.AWAY_MODE = 4
static

Definition at line 69 of file __init__.py.

◆ ON_OFF

int homeassistant.components.water_heater.WaterHeaterEntityFeature.ON_OFF = 8
static

Definition at line 70 of file __init__.py.

◆ OPERATION_MODE

int homeassistant.components.water_heater.WaterHeaterEntityFeature.OPERATION_MODE = 2
static

Definition at line 68 of file __init__.py.

◆ TARGET_TEMPERATURE

int homeassistant.components.water_heater.WaterHeaterEntityFeature.TARGET_TEMPERATURE = 1
static

Definition at line 67 of file __init__.py.


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