Update binary_sensor.group.markdown (#22123)

This commit is contained in:
Erik Montnemery 2022-03-22 20:14:19 +01:00 committed by GitHub
parent e132c1620e
commit 6a6eda3015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ If `all` is `false`(the default):
- Otherwise, group state is `on` if at least one group member is `on`
- Otherwise, group state is `off`
If `all` is `true`(the default):
If `all` is `true`:
- Group state is `unavailable` if all group members are `unavailable`
- Otherwise, group state is `unknown` if at least one group member is `unknown` or `unavailable`
- Otherwise, group state is `off` if at least one group member is `off`