From 911044979ccf38a29222a801779b8601eb2d4780 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 25 Jul 2023 10:16:10 +0200 Subject: [PATCH] Add turn on/off service for water_heater entity (#1852) --- docs/core/entity/water-heater.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/core/entity/water-heater.md b/docs/core/entity/water-heater.md index 91aae084..2a4d9381 100644 --- a/docs/core/entity/water-heater.md +++ b/docs/core/entity/water-heater.md @@ -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.