1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Add thread configuration my link (#29861)

This commit is contained in:
Aidan Timson
2026-02-26 15:06:46 +00:00
committed by Bram Kragten
parent 0793af6846
commit 9ca1cfbf4a

View File

@@ -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",