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

@ -90,10 +90,10 @@ 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 |
| lock | unlocked | locked |
| person | home | not_home |
| media_player | ok | problem |