From 0c417755ed951560384ecc6a2677f22b8045032b Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 26 Feb 2021 00:03:03 +1300 Subject: [PATCH] Fix my redirect for tags (#8450) --- 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 34933187fc..9beeb01c87 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -100,7 +100,7 @@ const REDIRECTS: Redirects = { redirect: "/config/helpers", }, tags: { - component: "tags", + component: "tag", redirect: "/config/tags", }, lovelace_dashboards: {