Correct group behavior documentation (#23216)

This commit is contained in:
Erik Montnemery 2022-06-28 09:57:02 +02:00 committed by GitHub
parent 03322d74c0
commit 619b988d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ Home Assistant can group multiple binary sensors, covers, fans, lights, locks, m
In short, when any group member entity is `on`, the group will also be `on`. A complete overview of how groups behave: In short, when any group member entity is `on`, the group will also be `on`. A complete overview of how 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`. - Otherwise, the group state is `unknown` if all group members are `unknown` or `unavailable`.
- Otherwise, the group state is `on` if at least one group member is `on`. - Otherwise, the group state is `on` if at least one group member is `on`.
- Otherwise, the group state is `off`. - Otherwise, the group state is `off`.