mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add lock group states "open" and "opening" (#37740)
This commit is contained in:
parent
75b67c8b7b
commit
11a5cba0c7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user