diff --git a/source/_integrations/nuki.markdown b/source/_integrations/nuki.markdown index ee16ac8f9cb..fb6c2f573b6 100644 --- a/source/_integrations/nuki.markdown +++ b/source/_integrations/nuki.markdown @@ -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. \ No newline at end of file