Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Support for water heater devices."""
2
3
DOMAIN =
"water_heater"
4
5
STATE_ECO =
"eco"
6
STATE_ELECTRIC =
"electric"
7
STATE_PERFORMANCE =
"performance"
8
STATE_HIGH_DEMAND =
"high_demand"
9
STATE_HEAT_PUMP =
"heat_pump"
10
STATE_GAS =
"gas"
core
homeassistant
components
water_heater
const.py
Generated by
1.9.1