From 7359d8f7fb64694f018d01fa17c766a810214077 Mon Sep 17 00:00:00 2001 From: Fran Date: Wed, 31 Jul 2019 10:33:46 +0200 Subject: [PATCH] Update nuki.markdown (#9841) According Home Assistant PR #22888 --- source/_components/nuki.markdown | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/source/_components/nuki.markdown b/source/_components/nuki.markdown index 1c900edfec6..b0bbda7dc71 100644 --- a/source/_components/nuki.markdown +++ b/source/_components/nuki.markdown @@ -41,7 +41,7 @@ token: ## Services -### Service `nuki_unlatch` +### Service `open` This will unlatch the door, ie. open it (provided this works with your type of door). @@ -49,7 +49,7 @@ This will unlatch the door, ie. open it (provided this works with your type of d | ---------------------- | -------- | ----------- | | `entity_id` | yes | String or list of strings that point at `entity_id`s Nuki Locks. -### Service `nuki_lock_n_go` +### Service `lock_n_go` This will first unlock, wait a few seconds (20 by default) then re-lock. The wait period can be customized through the app. See the [Nuki Website](https://nuki.io/en/support/smart-lock/sl-features/locking-with-the-smart-lock/) for more details about this feature. @@ -58,3 +58,11 @@ See the [Nuki Website](https://nuki.io/en/support/smart-lock/sl-features/locking | ---------------------- | -------- | ----------- | | `entity_id` | yes | String or list of strings that point at `entity_id`s Nuki Locks. | `unlatch` | yes | Boolean - Whether to unlatch the door when first opening it. + +### Service `check_connection` + +This will force the communication between the bridge and the lock, updating the available attribute. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | yes | String or list of strings that point at `entity_id`s Nuki Locks.