From ee206a5a17c179438dfcfc96141832caa18ee5dd Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sat, 22 Feb 2025 20:12:28 +0100 Subject: [PATCH] Improve descriptions in `nuki.lock_n_go` action (#139067) --- homeassistant/components/nuki/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/nuki/strings.json b/homeassistant/components/nuki/strings.json index beac3cb7f74f35..daf47bc7de1830 100644 --- a/homeassistant/components/nuki/strings.json +++ b/homeassistant/components/nuki/strings.json @@ -58,12 +58,12 @@ }, "services": { "lock_n_go": { - "name": "Lock 'n' go", - "description": "Nuki Lock 'n' Go.", + "name": "Lock 'n' Go", + "description": "Unlocks the door, waits a few seconds then re-locks. The wait period can be customized through the app.", "fields": { "unlatch": { "name": "Unlatch", - "description": "Whether to unlatch the lock." + "description": "Whether to also unlatch the door when unlocking it." } } },