From 2404e75280416abf149a1c815afa96eb64488125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Cea=20Fontenla?= Date: Tue, 28 Jun 2022 13:48:24 +0200 Subject: [PATCH] Feat/nuki opener event (#23207) --- source/_integrations/nuki.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) 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