mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add documentation about nuki services (#3078)
* Add documentation about nuki services * Rewrite the services section
This commit is contained in:
parent
b8f4e4659e
commit
e3680aa2ba
@ -45,3 +45,23 @@ lock:
|
||||
port: 8080
|
||||
token: fe2345ef
|
||||
```
|
||||
|
||||
## {% linkable_title Services %}
|
||||
|
||||
### {% linkable_title Service `nuki_unlatch` %}
|
||||
|
||||
This will unlatch the door, ie. open it (provided this works with your type of door).
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `entity_id` | yes | String or list of strings that point at `entity_id`s Nuki Locks.
|
||||
|
||||
### {% linkable_title Service `nuki_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.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user