mirror of
https://github.com/home-assistant/core.git
synced 2025-06-30 01:47:08 +00:00

* Refactor group setup * Add @callback decorator and remove commented out code * Keep set, add default on state
11 lines
228 B
Python
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"
|