From 86c971b76a10bf1caeaf192f78a61cacc2be97d2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 28 Jul 2022 02:07:07 +0200 Subject: [PATCH] Add My support for Repairs (#13294) --- 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 93b3c3226f..122a93c8d9 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -149,6 +149,10 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({ logs: { redirect: "/config/logs", }, + repairs: { + component: "repairs", + redirect: "/config/repairs", + }, info: { redirect: "/config/info", },