Add lock group states "open" and "opening" (#37740)

This commit is contained in:
Martin Nilsson 2025-02-27 15:52:30 +01:00 committed by GitHub
parent 75b67c8b7b
commit 11a5cba0c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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