From 64e7fc6591cfbe312845c5601531d6340dbad839 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 30 May 2023 22:02:52 +0200 Subject: [PATCH] Fix my link for integration (#16676) --- src/panels/my/ha-panel-my.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/my/ha-panel-my.ts b/src/panels/my/ha-panel-my.ts index 85ee926bc9..66f20bc0fa 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -71,7 +71,7 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({ redirect: "/config/integrations", }, integration: { - redirect: "/config/integration", + redirect: "/config/integrations/integration", params: { domain: "string", },