From 9be36cbad9cac9954f77a7b8a986efb6671f031b Mon Sep 17 00:00:00 2001 From: Daniel Jansen Date: Mon, 17 Nov 2025 19:23:31 +0100 Subject: [PATCH 1/7] Document Matter integration requirements and support Added information about setting up Matter integration with Thread and Home Assistant Connect ZBT-1 support. --- source/_integrations/nuki_matter.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/_integrations/nuki_matter.markdown b/source/_integrations/nuki_matter.markdown index 990aee35b9f1..f1c00e491d0b 100644 --- a/source/_integrations/nuki_matter.markdown +++ b/source/_integrations/nuki_matter.markdown @@ -27,3 +27,19 @@ The following devices are supported: - [Nuki Smart Lock Go](https://nuki.io/en-uk/products/smart-lock-go) - [Nuki Smart Lock Pro](https://nuki.io/en-uk/products/smart-lock-pro-5th-gen) - [Nuki Smart Lock Ultra](https://nuki.io/en-uk/products/smart-lock-ultra) + +## Setting up your Matter integration requires Thread + +To integrate your Smart Lock into your Smart Home, you need a suitable hub that supports **Matter via Thread**. + +## 🏡 Home Assistant Connect ZBT-1 Support + +| Type | Matter via Thread | Remote Access via Thread* | +| :--- | :---: | :---: | +| Home Assistant Connect ZBT-1 | ✅ | ✅ | + +*** + +*\* Remote Access via Thread requires a compatible Thread Border Router.* + +[Nuki Documentation](https://help.nuki.io/hc/en-001/articles/14596875392017-Setting-up-your-Matter-integration) From 2b645f497411584d19c4899a2e03e60e173d252a Mon Sep 17 00:00:00 2001 From: Daniel Jansen Date: Mon, 17 Nov 2025 20:43:55 +0100 Subject: [PATCH 2/7] Revise Nuki Matter integration documentation Updated the Matter integration documentation for Nuki devices, clarifying the requirement for a Thread border router and reorganizing supported devices section. --- source/_integrations/nuki_matter.markdown | 25 +++++++++-------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/source/_integrations/nuki_matter.markdown b/source/_integrations/nuki_matter.markdown index f1c00e491d0b..56765122b482 100644 --- a/source/_integrations/nuki_matter.markdown +++ b/source/_integrations/nuki_matter.markdown @@ -20,26 +20,21 @@ works_with: {% include integrations/wwha.md url="https://nuki.io" name="Nuki" %} -## Supported devices +## Setting up your Matter integration requires Thread -The following devices are supported: +To use this integration, you need a Thread border router that supports Matter. For more information, refer to the [Thread documentation](/integrations/thread/). -- [Nuki Smart Lock Go](https://nuki.io/en-uk/products/smart-lock-go) -- [Nuki Smart Lock Pro](https://nuki.io/en-uk/products/smart-lock-pro-5th-gen) -- [Nuki Smart Lock Ultra](https://nuki.io/en-uk/products/smart-lock-ultra) +## Home Assistant Connect ZBT-1 support -## Setting up your Matter integration requires Thread +The Home Assistant Connect ZBT-1 supports Matter devices over Thread and can function as a Thread border router for remote access. For information on setting up the Connect ZBT-1 as a Thread border router, refer to the [Thread documentation](/integrations/thread/). -To integrate your Smart Lock into your Smart Home, you need a suitable hub that supports **Matter via Thread**. +For more information on setting up Matter with Nuki devices, refer to the [Nuki Matter setup guide](https://help.nuki.io/hc/en-001/articles/14596875392017-Setting-up-your-Matter-integration). -## 🏡 Home Assistant Connect ZBT-1 Support -| Type | Matter via Thread | Remote Access via Thread* | -| :--- | :---: | :---: | -| Home Assistant Connect ZBT-1 | ✅ | ✅ | - -*** +## Supported devices -*\* Remote Access via Thread requires a compatible Thread Border Router.* +The following devices are supported: -[Nuki Documentation](https://help.nuki.io/hc/en-001/articles/14596875392017-Setting-up-your-Matter-integration) +- [Nuki Smart Lock Go](https://nuki.io/en-uk/products/smart-lock-go) +- [Nuki Smart Lock Pro](https://nuki.io/en-uk/products/smart-lock-pro-5th-gen) +- [Nuki Smart Lock Ultra](https://nuki.io/en-uk/products/smart-lock-ultra) From 6d367db7ae28401571382ef5c49c856b76de5112 Mon Sep 17 00:00:00 2001 From: Daniel Jansen Date: Tue, 18 Nov 2025 08:44:00 +0100 Subject: [PATCH 3/7] Update Matter integration setup instructions Clarified the setup instructions for Matter integrations and removed redundant information about Home Assistant Connect ZBT-1. --- source/_integrations/nuki_matter.markdown | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/source/_integrations/nuki_matter.markdown b/source/_integrations/nuki_matter.markdown index 56765122b482..3d6ca0699d8b 100644 --- a/source/_integrations/nuki_matter.markdown +++ b/source/_integrations/nuki_matter.markdown @@ -20,17 +20,12 @@ works_with: {% include integrations/wwha.md url="https://nuki.io" name="Nuki" %} -## Setting up your Matter integration requires Thread +## Setting up your Matter integrations requires Thread -To use this integration, you need a Thread border router that supports Matter. For more information, refer to the [Thread documentation](/integrations/thread/). - -## Home Assistant Connect ZBT-1 support - -The Home Assistant Connect ZBT-1 supports Matter devices over Thread and can function as a Thread border router for remote access. For information on setting up the Connect ZBT-1 as a Thread border router, refer to the [Thread documentation](/integrations/thread/). +You can turn your Home Assistant installation into a Thread border router e.g. by using the Home Assistant [Connect ZBT-1](https://www.home-assistant.io/connectzbt1/). For more information on setting this up, go to [Turning Home Assistant into a Thread border router section](/integrations/thread/#turning-home-assistant-into-a-thread-border-router) For more information on setting up Matter with Nuki devices, refer to the [Nuki Matter setup guide](https://help.nuki.io/hc/en-001/articles/14596875392017-Setting-up-your-Matter-integration). - ## Supported devices The following devices are supported: From 0de16ebbcbcc2d2c864e286d701a85ded1b907d3 Mon Sep 17 00:00:00 2001 From: Daniel Jansen Date: Tue, 25 Nov 2025 19:37:28 +0100 Subject: [PATCH 4/7] Update nuki_matter.markdown --- source/_integrations/nuki_matter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nuki_matter.markdown b/source/_integrations/nuki_matter.markdown index 3d6ca0699d8b..559feac68d47 100644 --- a/source/_integrations/nuki_matter.markdown +++ b/source/_integrations/nuki_matter.markdown @@ -20,7 +20,7 @@ works_with: {% include integrations/wwha.md url="https://nuki.io" name="Nuki" %} -## Setting up your Matter integrations requires Thread +## Setting up your Nuki via Matter integrations requires Thread You can turn your Home Assistant installation into a Thread border router e.g. by using the Home Assistant [Connect ZBT-1](https://www.home-assistant.io/connectzbt1/). For more information on setting this up, go to [Turning Home Assistant into a Thread border router section](/integrations/thread/#turning-home-assistant-into-a-thread-border-router) From c68d1bf366e1626e90a48e1369b247bbe8c962db Mon Sep 17 00:00:00 2001 From: Daniel Jansen Date: Tue, 25 Nov 2025 19:47:01 +0100 Subject: [PATCH 5/7] Update nuki_matter.markdown --- source/_integrations/nuki_matter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nuki_matter.markdown b/source/_integrations/nuki_matter.markdown index 559feac68d47..eaa0e7f5b822 100644 --- a/source/_integrations/nuki_matter.markdown +++ b/source/_integrations/nuki_matter.markdown @@ -22,7 +22,7 @@ works_with: ## Setting up your Nuki via Matter integrations requires Thread -You can turn your Home Assistant installation into a Thread border router e.g. by using the Home Assistant [Connect ZBT-1](https://www.home-assistant.io/connectzbt1/). For more information on setting this up, go to [Turning Home Assistant into a Thread border router section](/integrations/thread/#turning-home-assistant-into-a-thread-border-router) +You can turn your Home Assistant installation into a Thread border router e.g. by using the Home Assistant [Connect ZBT-1 or ZBT-2](https://www.home-assistant.io/connectzbt1/). For more information on setting this up, go to [Turning Home Assistant into a Thread border router section](/integrations/thread/#turning-home-assistant-into-a-thread-border-router) For more information on setting up Matter with Nuki devices, refer to the [Nuki Matter setup guide](https://help.nuki.io/hc/en-001/articles/14596875392017-Setting-up-your-Matter-integration). From 5aa222496ce974f50adc2be020b9e92fea401da1 Mon Sep 17 00:00:00 2001 From: Daniel Jansen Date: Tue, 25 Nov 2025 19:50:28 +0100 Subject: [PATCH 6/7] Update nuki_matter.markdown added zbt-2 --- source/_integrations/nuki_matter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nuki_matter.markdown b/source/_integrations/nuki_matter.markdown index eaa0e7f5b822..de6b807d3c1b 100644 --- a/source/_integrations/nuki_matter.markdown +++ b/source/_integrations/nuki_matter.markdown @@ -22,7 +22,7 @@ works_with: ## Setting up your Nuki via Matter integrations requires Thread -You can turn your Home Assistant installation into a Thread border router e.g. by using the Home Assistant [Connect ZBT-1 or ZBT-2](https://www.home-assistant.io/connectzbt1/). For more information on setting this up, go to [Turning Home Assistant into a Thread border router section](/integrations/thread/#turning-home-assistant-into-a-thread-border-router) +You can turn your Home Assistant installation into a Thread border router e.g. by using the Home Assistant [Connect ZBT-1](https://www.home-assistant.io/connectzbt1/) or [ZBT-2](https://www.home-assistant.io/connect/zbt-2/). For more information on setting this up, go to [Turning Home Assistant into a Thread border router section](/integrations/thread/#turning-home-assistant-into-a-thread-border-router) For more information on setting up Matter with Nuki devices, refer to the [Nuki Matter setup guide](https://help.nuki.io/hc/en-001/articles/14596875392017-Setting-up-your-Matter-integration). From c9fdaa95457f2de4a91aa23f39860bade60da1c7 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 26 Nov 2025 09:26:56 +0100 Subject: [PATCH 7/7] Apply suggestions from code review --- source/_integrations/nuki_matter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nuki_matter.markdown b/source/_integrations/nuki_matter.markdown index de6b807d3c1b..87ec7a568f86 100644 --- a/source/_integrations/nuki_matter.markdown +++ b/source/_integrations/nuki_matter.markdown @@ -22,7 +22,7 @@ works_with: ## Setting up your Nuki via Matter integrations requires Thread -You can turn your Home Assistant installation into a Thread border router e.g. by using the Home Assistant [Connect ZBT-1](https://www.home-assistant.io/connectzbt1/) or [ZBT-2](https://www.home-assistant.io/connect/zbt-2/). For more information on setting this up, go to [Turning Home Assistant into a Thread border router section](/integrations/thread/#turning-home-assistant-into-a-thread-border-router) +To use this integration, you need a Thread border router that supports Matter. For more information, refer to the [Thread documentation](/integrations/thread/). You can turn your Home Assistant installation into a Thread border router e.g. by using the Home Assistant [Connect ZBT-1](https://www.home-assistant.io/connectzbt1/) or [ZBT-2](https://www.home-assistant.io/connect/zbt-2/). For more information on setting this up, go to [Turning Home Assistant into a Thread border router section](/integrations/thread/#turning-home-assistant-into-a-thread-border-router) For more information on setting up Matter with Nuki devices, refer to the [Nuki Matter setup guide](https://help.nuki.io/hc/en-001/articles/14596875392017-Setting-up-your-Matter-integration).