mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Feat/nuki opener event (#23207)
This commit is contained in:
parent
ca8d46fff4
commit
2404e75280
@ -46,3 +46,14 @@ This service allows you to enable or disable the "Continuous Mode" feature of Nu
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `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.
|
||||
|
||||
## Events
|
||||
|
||||
### Event `nuki_event`
|
||||
|
||||
Events generated by Nuki are sent as events of type `nuki_event` with the following content:
|
||||
|
||||
| Event data attribute | Description |
|
||||
| -------------------- | ------------------------------------------ |
|
||||
| `type` | The type of the event. Values: `ring`
|
||||
| `entity_id` | The ID of the entity generating the event.
|
Loading…
x
Reference in New Issue
Block a user