From a24395cdcf1ecc926f62d8c5c62a82ae3d7cb40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=AFs=20Betts?= Date: Wed, 30 Jun 2021 08:43:22 +0200 Subject: [PATCH] Add service to enable Continuous Mode on Nuki Opener (#18207) --- source/_integrations/nuki.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/nuki.markdown b/source/_integrations/nuki.markdown index 28ce8fb0a79..0afe628fc35 100644 --- a/source/_integrations/nuki.markdown +++ b/source/_integrations/nuki.markdown @@ -36,3 +36,12 @@ 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 `nuki.set_continuous_mode` + +This service allows you to enable or disable the "Continuous Mode" feature of Nuki Openers. This is similar to the Ring-to-Open feature that is mapped to "lock/unlock", except that it doesn't have a time limit - as long as this mode is enabled, the door will open when the buzzer button is pressed, similar to how it works at e.g. a doctor's office or other business during the day. On other Nuki products, this service is a no-op. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | yes | String or list of strings that point at `entity_id`s Nuki Locks. +| `enabled` | yes | Boolean - Set to `true` to enable Continuous Mode, or `false` to disable.