diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index 3930bb47ed8..0e73ffb8cf4 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -118,10 +118,12 @@ In short, when any group member entity is `unlocked`, the group will also be `un - 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 `jammed` if at least one group member is `jammed`. +- Otherwise, the group state is `opening` if at least one group member is `opening`. - Otherwise, the group state is `locking` if at least one group member is `locking`. +- Otherwise, the group state is `open` if at least one group member is `open`. - Otherwise, the group state is `unlocking` if at least one group member is `unlocking`. -- Otherwise, the group state is `unlocked` if at least one group member is `unlocked`. -- Otherwise, the group state is `locked`. +- Otherwise, the group state is `locked` if all group members are `locked`. +- Otherwise, the group state is `unlocked`. ### Notify entity groups