From 9ca1cfbf4a20d4d9af7573a9aeb88cf53058cc61 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Thu, 26 Feb 2026 15:06:46 +0000 Subject: [PATCH] Add thread configuration my link (#29861) --- src/panels/my/ha-panel-my.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/panels/my/ha-panel-my.ts b/src/panels/my/ha-panel-my.ts index d6efc1b13c..b3d123120e 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -106,6 +106,10 @@ export const getMyRedirects = (): Redirects => ({ component: "matter", redirect: "/config/matter/dashboard", }, + config_thread: { + component: "thread", + redirect: "/config/thread", + }, add_zigbee_device: { component: "zha", redirect: "/config/zha/add",