From 1aa2a003a210ff71f31c0c3c9828df5e09622c43 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Sat, 20 May 2023 19:53:15 +0200 Subject: [PATCH] Add notes on Nuki Smart Lock 3.0 Pro MQTT support (#27467) Co-authored-by: Franck Nijhof --- source/_integrations/mqtt.markdown | 2 +- source/_integrations/nuki.markdown | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index ab89f6c9866..e286cf78b8d 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -536,7 +536,7 @@ The following software has built-in support for MQTT discovery: - [IOTLink](https://iotlink.gitlab.io) (starting with 2.0.0) - [MiFlora MQTT Daemon](https://github.com/ThomDietrich/miflora-mqtt-daemon) - [Nuki Hub](https://github.com/technyon/nuki_hub) -- [Nuki Smart Lock 3.0 Pro](https://support.nuki.io/hc/en-us/articles/12947926779409-MQTT-support) +- [Nuki Smart Lock 3.0 Pro](https://support.nuki.io/hc/en-us/articles/12947926779409-MQTT-support), [more info](https://developer.nuki.io/t/mqtt-api-specification-v1-3/17626) - [OpenMQTTGateway](https://github.com/1technophile/OpenMQTTGateway) - [room-assistant](https://github.com/mKeRix/room-assistant) (starting with 1.1.0) - [SmartHome](https://github.com/roncoa/SmartHome) diff --git a/source/_integrations/nuki.markdown b/source/_integrations/nuki.markdown index e9accbf5268..a7a714e3e37 100644 --- a/source/_integrations/nuki.markdown +++ b/source/_integrations/nuki.markdown @@ -68,3 +68,8 @@ Events generated by Nuki are sent as events of type `nuki_event` with the follow | -------------------- | ------------------------------------------ | | `type` | The type of the event. Values: `ring` | `entity_id` | The ID of the entity generating the event. + +## MQTT support + +The Nuki Smart Lock 3.0 Pro also [supports MQTT](https://support.nuki.io/hc/en-us/articles/12947926779409-MQTT-support) and can directly integrate with Home Assistant through [MQTT discovery](/integrations/mqtt/#mqtt-discovery). +Specific information can be found [here](https://developer.nuki.io/t/mqtt-api-specification-v1-3/17626).