updated example to match frontdoor_lockstates (#13441)

command numbers where changed, see lines 80 and following -> adjusted the example and reorderd the commands
This commit is contained in:
martin1338 2022-09-28 21:33:21 +02:00 committed by GitHub
parent d00ca1caeb
commit f74f3ecd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ sitemap nuki label="Nuki Smart Lock" {
Switch item=Frontdoor_Lock
}
Frame label="Channel State used for lock actions" {
Switch item=Frontdoor_LockState mappings=[2="Unlock", 7="Unlatch", 1002="LnGo", 1007="LnGoU", 4="Lock"]
Switch item=Frontdoor_LockState mappings=[1="Unlock", 2="Lock", 3="Unlatch", 4="LnGo", 5="LnGoU"]
}
Frame label="Channel State" {
Text item=Frontdoor_LockState label="Lock State [MAP(nukilockstates.map):%s]"