From 5619caa7b1a921cce2334efff80dced7b7df870e Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Sun, 13 Aug 2023 12:36:28 +0200 Subject: [PATCH] Correct water_heater turn off methods (#1876) --- docs/core/entity/water-heater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/water-heater.md b/docs/core/entity/water-heater.md index 2a4d9381..cfa9f085 100644 --- a/docs/core/entity/water-heater.md +++ b/docs/core/entity/water-heater.md @@ -74,6 +74,6 @@ Set the water heater back to the previous operation mode. Turn off away mode. Turns the water heater on. -### `turn_off` or `async_off` +### `turn_off` or `async_turn_off` Turns the water heater off.