Update group documentation for lock (#21011)

This commit is contained in:
Erik Montnemery 2022-01-04 12:44:00 +01:00 committed by GitHub
parent 906b9af95c
commit 0019b2d681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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