core/homeassistant/components/water_heater/const.py

11 lines
228 B
Python

"""Support for water heater devices."""
DOMAIN = "water_heater"
STATE_ECO = "eco"
STATE_ELECTRIC = "electric"
STATE_PERFORMANCE = "performance"
STATE_HIGH_DEMAND = "high_demand"
STATE_HEAT_PUMP = "heat_pump"
STATE_GAS = "gas"