From c424140b1e02fce18b33e28d26b3a8e72f308c61 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 6 Mar 2024 20:16:53 +0100 Subject: [PATCH] Update source/_posts/2024-03-06-release-20243.markdown Co-authored-by: Martin Hjelmare --- source/_posts/2024-03-06-release-20243.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2024-03-06-release-20243.markdown b/source/_posts/2024-03-06-release-20243.markdown index 1d4f185b1d2..3c4f201c9e4 100644 --- a/source/_posts/2024-03-06-release-20243.markdown +++ b/source/_posts/2024-03-06-release-20243.markdown @@ -507,7 +507,7 @@ on whether the corresponding conditions were met: 1. If the entity supported the `off` mode and exactly one additional mode, `climate.turn_on` would set the mode to the additional mode. -2. If conditions for 1 were not met and at least one of the following modes is +2. If conditions for 1 were not met and at least one of the following modes were available, the service would set the mode to the first mode it found in the specified order: `heat_cool`, `heat`, `cool`. 3. If conditions for 1 and 2 were not met, the service would silently do nothing.