From b8832f2121b6920035e94e358e8c94250ac96a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 14 Dec 2021 01:08:19 +0100 Subject: [PATCH] Change entrypoint for Settings (#10904) --- src/panels/config/ha-panel-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/ha-panel-config.ts b/src/panels/config/ha-panel-config.ts index 02d9068b20..2998a78ef5 100644 --- a/src/panels/config/ha-panel-config.ts +++ b/src/panels/config/ha-panel-config.ts @@ -110,7 +110,7 @@ export const configSections: { [name: string]: PageNavigation[] } = { iconColor: "#8E24AA", }, { - path: "/config/core", + path: "/config/server_control", translationKey: "settings", iconPath: mdiCog, iconColor: "#4A5963",