From da709cbbd10fc5eaa57e42e777ae09cb6ee52dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 11 Jul 2022 09:06:45 +0200 Subject: [PATCH] Add hacs_repository my redirect (#13153) --- src/panels/my/ha-panel-my.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/panels/my/ha-panel-my.ts b/src/panels/my/ha-panel-my.ts index a7ef299ba5..93b3c3226f 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -216,6 +216,15 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({ // Moved from Supervisor panel in 2022.5 redirect: "/config/info", }, + hacs_repository: { + component: "hacs", + redirect: "/hacs/_my_redirect/hacs_repository", + params: { + owner: "string", + repository: "string", + category: "string?", + }, + }, }); const getRedirect = (