diff --git a/src/panels/my/ha-panel-my.ts b/src/panels/my/ha-panel-my.ts index 59a81234d..aa1c3aa8f 100644 --- a/src/panels/my/ha-panel-my.ts +++ b/src/panels/my/ha-panel-my.ts @@ -31,6 +31,9 @@ const REDIRECTS: Redirects = { developer_events: { redirect: "/developer-tools/event", }, + developer_statistics: { + redirect: "/developer-tools/statistics", + }, config: { redirect: "/config", },