From cce0a02ebb1c428bacf043658cc17b5e169d4015 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 2 Oct 2021 01:15:26 -0700 Subject: [PATCH] Add My support for statistics (#10131) --- src/panels/my/ha-panel-my.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/panels/my/ha-panel-my.ts b/src/panels/my/ha-panel-my.ts index 59a81234d7..aa1c3aa8fd 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", },