From be8a7e0fa57a669804f9ec68d052575c622ec93e Mon Sep 17 00:00:00 2001 From: Tom Carpenter Date: Sat, 14 Feb 2026 09:42:12 +0000 Subject: [PATCH] Fix Missing Developer Tools Page Title (#29631) Add panel.developer_tools as an additional translation key for the developer tools in `configSections`. Otherwise the title of the page is simply Settings. --- src/panels/config/ha-panel-config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/panels/config/ha-panel-config.ts b/src/panels/config/ha-panel-config.ts index d4d7da3126..6660656df7 100644 --- a/src/panels/config/ha-panel-config.ts +++ b/src/panels/config/ha-panel-config.ts @@ -297,6 +297,15 @@ export const configSections: Record = { iconColor: "#3263C3", }, ], + developer_tools: [ + { + path: "/config/developer-tools", + translationKey: "panel.developer_tools", + iconPath: mdiHammer, + iconColor: "#7A5AA6", + core: true, + }, + ], // Not used as a tab, but this way it will stay in the quick bar energy: [ {