From ad2901c26c02f07e6517aaf5399ffd5dd6d45db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20P=C3=B6pperl?= <45465820+tispokes@users.noreply.github.com> Date: Sun, 19 Nov 2023 16:53:24 +0100 Subject: [PATCH] paring mode times were inconsistent --- custom_components/hass_nuki_bt/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hass_nuki_bt/strings.json b/custom_components/hass_nuki_bt/strings.json index d93d622..d7b8287 100644 --- a/custom_components/hass_nuki_bt/strings.json +++ b/custom_components/hass_nuki_bt/strings.json @@ -26,7 +26,7 @@ } }, "choose_method": { - "description": "Choose a method to configure {name} ({address}).\nIt is recomended to pair the device automatically.\nSelect the manual option only if you know what you are doing\n\nBefore clicking on \"Pair\" put your Nuki in pairing mode by pressing the button on your Nuki for 7 seconds until the light is parmanently glowing.", + "description": "Choose a method to configure {name} ({address}).\nIt is recomended to pair the device automatically.\nSelect the manual option only if you know what you are doing\n\nBefore clicking on \"Pair\" put your Nuki in pairing mode by pressing the button on your Nuki for 5 seconds until the light is parmanently glowing.", "menu_options": { "pair": "Pair device automatically (recomended)", "manual": "Enter already-paird information manually" @@ -37,7 +37,7 @@ "auth": "Username/Password is wrong.", "connection": "Unable to connect to the server.", "unknown": "Unknown error occurred.", - "pairing": "Nuki is not in pairing mode.\nPut Nuki in pairing mode by pressing the button 6 seconds, Then try again" + "pairing": "Nuki is not in pairing mode.\nPut Nuki in pairing mode by pressing the button 5 seconds, Then try again" } } } \ No newline at end of file