From 5933c2eb8e2e695d1300f4dc011e08f1607d03fc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 22 Dec 2022 12:51:36 +0100 Subject: [PATCH] Add Calendar redirect support for My (#14859) --- 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 c5e60b5540..7960d31dba 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -41,6 +41,10 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({ server_controls: { redirect: "/developer-tools/yaml", }, + calendar: { + component: "calendar", + redirect: "/calendar", + }, config: { redirect: "/config/dashboard", },