mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-22 16:56:29 +00:00
Add turn on/off service for water_heater entity (#1852)
This commit is contained in:
parent
619e072425
commit
911044979c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user