mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +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
|
When entities all have a single on and off state, the group state will
|
||||||
be calculated as follows:
|
be calculated as follows:
|
||||||
|
|
||||||
| Domain | on | off |
|
| Domain | on | off |
|
||||||
|-------------------|--------|----------|
|
|-------------------|----------|----------|
|
||||||
| device_tracker | home | not_home |
|
| device_tracker | home | not_home |
|
||||||
| cover | open | closed |
|
| cover | open | closed |
|
||||||
| lock | locked | unlocked |
|
| lock | unlocked | locked |
|
||||||
| person | home | not_home |
|
| person | home | not_home |
|
||||||
| media_player | ok | problem |
|
| media_player | ok | problem |
|
||||||
|
|
||||||
When a group contains entities from domains that have multiple `on` states or only use `on`
|
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`.
|
and `off`, the group state will be `on` or `off`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user