Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Lamon
bd40f87818 Remove background key 2025-12-01 13:23:48 +00:00
Simon Lamon
a0ca72544f Include background 2025-12-01 12:53:29 +00:00
3 changed files with 3 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ class PanelClimate extends LitElement {
this._lovelace
? html`
<hui-view-container .hass=${this.hass}>
<hui-view-background .hass=${this.hass}> </hui-view-background>
<hui-view
.hass=${this.hass}
.narrow=${this.narrow}

View File

@@ -115,6 +115,7 @@ class PanelLight extends LitElement {
this._lovelace
? html`
<hui-view-container .hass=${this.hass}>
<hui-view-background .hass=${this.hass}> </hui-view-background>
<hui-view
.hass=${this.hass}
.narrow=${this.narrow}

View File

@@ -115,6 +115,7 @@ class PanelSecurity extends LitElement {
this._lovelace
? html`
<hui-view-container .hass=${this.hass}>
<hui-view-background .hass=${this.hass}> </hui-view-background>
<hui-view
.hass=${this.hass}
.narrow=${this.narrow}