From 37f6b4f6be8edda15372f58c7b9f679d65ae2455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 5 Sep 2022 16:47:28 +0200 Subject: [PATCH] Show hardware if hassio or hardware (#13594) --- 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 61687ed80c..eb952f4b6c 100644 --- a/src/panels/config/ha-panel-config.ts +++ b/src/panels/config/ha-panel-config.ts @@ -319,7 +319,7 @@ export const configSections: { [name: string]: PageNavigation[] } = { translationKey: "hardware", iconPath: mdiMemory, iconColor: "#301A8E", - component: "hassio", + components: ["hassio", "hardware"], }, ], about: [