mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Water heater: add state (#34803)
* Water heater: add state * Undo formatting changes * Remove extra line
This commit is contained in:
parent
7d096b5dfe
commit
bde967fc19
@ -20,6 +20,18 @@ water_heater:
|
||||
platform: demo
|
||||
```
|
||||
|
||||
## The state of a water heater entity
|
||||
|
||||
A water heater entity can have the following states:
|
||||
|
||||
- **Eco**: Energy efficient mode, provides energy savings and fast heating.
|
||||
- **Electric**: Electric only mode. This mode uses the most energy.
|
||||
- **Performance**: High performance mode.
|
||||
- **High demand**: Meet high demands when the water heater is undersized.
|
||||
- **Heat pump**: Heat pump is the slowest to heat, but it uses less energy.
|
||||
- **Gas**: Gas only mode. This mode uses the most energy.
|
||||
- **Off**: The water heater is off.
|
||||
|
||||
## Actions
|
||||
|
||||
### Water heater control actions
|
||||
|
Loading…
x
Reference in New Issue
Block a user