mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Update group documentation for lock (#21011)
This commit is contained in:
parent
906b9af95c
commit
0019b2d681
@ -89,13 +89,13 @@ The system can calculate group state with entities from the following domains:
|
||||
When entities all have a single on and off state, the group state will
|
||||
be calculated as follows:
|
||||
|
||||
| Domain | on | off |
|
||||
|-------------------|--------|----------|
|
||||
| device_tracker | home | not_home |
|
||||
| cover | open | closed |
|
||||
| lock | locked | unlocked |
|
||||
| person | home | not_home |
|
||||
| media_player | ok | problem |
|
||||
| Domain | on | off |
|
||||
|-------------------|----------|----------|
|
||||
| device_tracker | home | not_home |
|
||||
| cover | open | closed |
|
||||
| lock | unlocked | locked |
|
||||
| person | home | not_home |
|
||||
| media_player | ok | problem |
|
||||
|
||||
When a group contains entities from domains that have multiple `on` states or only use `on`
|
||||
and `off`, the group state will be `on` or `off`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user