Fixed typo: fan -> lock (#23449)

This commit is contained in:
Chris Kankiewicz 2022-07-18 22:39:31 -07:00 committed by GitHub
parent 5e44ea15e3
commit 9b31b28360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ In short, when any group member entity is `on`, the group will also be `on`. A c
- Otherwise, the group state is `off`. - Otherwise, the group state is `off`.
### Lock groups ### Lock groups
In short, when any group member entity is `unlocked`, the group will also be `unlocked`. A complete overview of how fan groups behave: In short, when any group member entity is `unlocked`, the group will also be `unlocked`. A complete overview of how lock groups behave:
- The group state is `unavailable` if all group members are `unavailable`. - The group state is `unavailable` if all group members are `unavailable`.
- Otherwise, the group state is `unknown` if all group members are `unknown` or `unavailable`. - Otherwise, the group state is `unknown` if all group members are `unknown` or `unavailable`.