diff --git a/src/panels/config/hardware/ha-config-hardware.ts b/src/panels/config/hardware/ha-config-hardware.ts index bea75f5176..118323cd54 100644 --- a/src/panels/config/hardware/ha-config-hardware.ts +++ b/src/panels/config/hardware/ha-config-hardware.ts @@ -327,16 +327,21 @@ class HaConfigHardware extends SubscribeMixin(LitElement) { : ""} - ${boardConfigEntries.length + ${boardConfigEntries.length || + isComponentLoaded(this.hass, "hassio") ? html`
- - ${this.hass.localize( - "ui.panel.config.hardware.configure" - )} - + ${boardConfigEntries.length + ? html` + + ${this.hass.localize( + "ui.panel.config.hardware.configure" + )} + + ` + : null} ${isComponentLoaded(this.hass, "hassio") ? html`