Fix logs live-indicator on older boots (#22719)

This commit is contained in:
Wendelin 2024-11-07 14:50:24 +01:00 committed by Bram Kragten
parent ae33b10cb2
commit 125ad9c794

View File

@ -307,6 +307,7 @@ class ErrorLogCard extends LitElement {
</ha-button>
${this._streamSupported &&
this._loadingState !== "loading" &&
this._boot === 0 &&
!this._error
? html`<div class="live-indicator">
<ha-svg-icon path=${mdiCircle}></ha-svg-icon>