Update source/_posts/2024-03-06-release-20243.markdown

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Franck Nijhof 2024-03-06 20:16:53 +01:00 committed by GitHub
parent 74f7e37e4f
commit c424140b1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -507,7 +507,7 @@ on whether the corresponding conditions were met:
1. If the entity supported the `off` mode and exactly one additional mode, 1. If the entity supported the `off` mode and exactly one additional mode,
`climate.turn_on` would set the mode to the 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 available, the service would set the mode to the first mode it found
in the specified order: `heat_cool`, `heat`, `cool`. in the specified order: `heat_cool`, `heat`, `cool`.
3. If conditions for 1 and 2 were not met, the service would silently do nothing. 3. If conditions for 1 and 2 were not met, the service would silently do nothing.