Improve descriptions in nuki.lock_n_go action (#139067)

This commit is contained in:
Norbert Rittel 2025-02-22 20:12:28 +01:00 committed by GitHub
parent 883e14b409
commit ee206a5a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,12 +58,12 @@
}, },
"services": { "services": {
"lock_n_go": { "lock_n_go": {
"name": "Lock 'n' go", "name": "Lock 'n' Go",
"description": "Nuki Lock 'n' Go.", "description": "Unlocks the door, waits a few seconds then re-locks. The wait period can be customized through the app.",
"fields": { "fields": {
"unlatch": { "unlatch": {
"name": "Unlatch", "name": "Unlatch",
"description": "Whether to unlatch the lock." "description": "Whether to also unlatch the door when unlocking it."
} }
} }
}, },