From ed7c9c33b93f25f0a7ab0eb473dc708bab781f27 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 2 Apr 2024 22:31:37 +0200 Subject: [PATCH] Add my link support for labels (#20345) --- src/panels/my/ha-panel-my.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/panels/my/ha-panel-my.ts b/src/panels/my/ha-panel-my.ts index 100eeddf59..e5a5e2c327 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -116,6 +116,9 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({ entities: { redirect: "/config/entities", }, + labels: { + redirect: "/config/labels", + }, energy: { component: "energy", redirect: "/energy",