Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.water_heater.const Namespace Reference

Variables

string DOMAIN = "water_heater"
 
string STATE_ECO = "eco"
 
string STATE_ELECTRIC = "electric"
 
string STATE_GAS = "gas"
 
string STATE_HEAT_PUMP = "heat_pump"
 
string STATE_HIGH_DEMAND = "high_demand"
 
string STATE_PERFORMANCE = "performance"
 

Detailed Description

Support for water heater devices.

Variable Documentation

◆ DOMAIN

string homeassistant.components.water_heater.const.DOMAIN = "water_heater"

Definition at line 3 of file const.py.

◆ STATE_ECO

string homeassistant.components.water_heater.const.STATE_ECO = "eco"

Definition at line 5 of file const.py.

◆ STATE_ELECTRIC

string homeassistant.components.water_heater.const.STATE_ELECTRIC = "electric"

Definition at line 6 of file const.py.

◆ STATE_GAS

string homeassistant.components.water_heater.const.STATE_GAS = "gas"

Definition at line 10 of file const.py.

◆ STATE_HEAT_PUMP

string homeassistant.components.water_heater.const.STATE_HEAT_PUMP = "heat_pump"

Definition at line 9 of file const.py.

◆ STATE_HIGH_DEMAND

string homeassistant.components.water_heater.const.STATE_HIGH_DEMAND = "high_demand"

Definition at line 8 of file const.py.

◆ STATE_PERFORMANCE

string homeassistant.components.water_heater.const.STATE_PERFORMANCE = "performance"

Definition at line 7 of file const.py.