diff --git a/source/_integrations/binary_sensor.group.markdown b/source/_integrations/binary_sensor.group.markdown index eeaeef86a91..eda2f90c535 100644 --- a/source/_integrations/binary_sensor.group.markdown +++ b/source/_integrations/binary_sensor.group.markdown @@ -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`