Feat/nuki opener event (#23207)

This commit is contained in:
Iván Cea Fontenla 2022-06-28 13:48:24 +02:00 committed by GitHub
parent ca8d46fff4
commit 2404e75280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.