Add turn on/off service for water_heater entity (#1852)

This commit is contained in:
Jan Bouwhuis 2023-07-25 10:16:10 +02:00 committed by GitHub
parent 619e072425
commit 911044979c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,3 +69,11 @@ Set the water heater to away mode.
### `turn_away_mode_off` or `async_turn_away_mode_off`
Set the water heater back to the previous operation mode. Turn off away mode.
### `turn_on` or `async_turn_on`
Turns the water heater on.
### `turn_off` or `async_off`
Turns the water heater off.