diff --git a/src/panels/config/logs/error-log-card.ts b/src/panels/config/logs/error-log-card.ts index b89288d7202d..94039c102e4b 100644 --- a/src/panels/config/logs/error-log-card.ts +++ b/src/panels/config/logs/error-log-card.ts @@ -242,19 +242,23 @@ class ErrorLogCard extends LitElement { .label=${this.hass.localize("ui.common.refresh")} >` : nothing} - - - - - - ${this.hass.localize( - `ui.panel.config.logs.${this._showBootsSelect ? "hide" : "show"}_haos_boots` - )} - - + ${this._streamSupported && Array.isArray(this._boots) + ? html` + + + + + + ${this.hass.localize( + `ui.panel.config.logs.${this._showBootsSelect ? "hide" : "show"}_haos_boots` + )} + + + ` + : nothing}