Water heater: add state (#34803)

* Water heater: add state

* Undo formatting changes

* Remove extra line
This commit is contained in:
c0ffeeca7 2024-09-18 10:01:21 +02:00 committed by GitHub
parent 7d096b5dfe
commit bde967fc19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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