mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Add service to enable Continuous Mode on Nuki Opener (#18207)
This commit is contained in:
parent
27552c4c32
commit
a24395cdcf
@ -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.
|
| `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.
|
| `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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user