From 6a6eda3015587f486019d0171807db1026870709 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 22 Mar 2022 20:14:19 +0100 Subject: [PATCH] Update binary_sensor.group.markdown (#22123) --- source/_integrations/binary_sensor.group.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`