From cb9456498016bd81f73743b72d6d50b605c28b8a Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:58:59 +0200 Subject: [PATCH] Add a note on HomeKit device (#33631) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/tradfri.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_integrations/tradfri.markdown b/source/_integrations/tradfri.markdown index 37871bcd62c..cd51168b901 100644 --- a/source/_integrations/tradfri.markdown +++ b/source/_integrations/tradfri.markdown @@ -34,7 +34,9 @@ If you see an "Unable to connect" message, restart the gateway and try again. Do {% endtip %} {% note %} -There is currently no native support for the Dirigera hub released in October, 2022. +There is currently no dedicated core integration for the Dirigera hub released in October 2022. + +The Dirigera hub can, however, be integrated directly via the [HomeKit device](/integrations/homekit_controller/) integration. This configuration even provides events for motion sensors and buttons, which the original integration lacks. {% endnote %} @@ -61,5 +63,5 @@ Please make sure you have `autoconf` installed (`$ sudo apt-get install autoconf ## Known limitations -- The TRÅDFRI Shortcut button, Remotes and motion sensor only send information about their battery status, no events, to Home Assistant and thus can't be used to automate with. If you want to automate with these devices, you need to use something like [ZHA](/integrations/zha/). +- The TRÅDFRI Shortcut button, Remotes and motion sensor only send information about their battery status, no events, to Home Assistant and thus can't be used to automate with. If you want to automate with these devices, you need to use something like [ZHA](/integrations/zha/), or the [HomeKit device](/integrations/homekit_controller) integration as mentioned above. - The groups you find in the app are not imported into Home Assistant as they are known to cause stability issues. We recommend that you use the native [light groups](/integrations/light.group/) instead.