Fix background (#23736)

pull/23858/head
Wendelin 2025-01-14 15:41:43 +01:00 committed by Paul Bottein
parent 6b471ba6e7
commit ac98672cb7
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -59,7 +59,8 @@ class HcLovelace extends LitElement {
return html`
<hui-view-container .hass=${this.hass} .theme=${viewConfig.theme}>
<hui-view-background .background=${background}> </hui-view-background>
<hui-view-background .hass=${this.hass} .background=${background}>
</hui-view-background>
<hui-view
.hass=${this.hass}
.lovelace=${lovelace}

View File

@ -474,7 +474,8 @@ class HUIRoot extends LitElement {
id="view"
@ll-rebuild=${this._debouncedConfigChanged}
>
<hui-view-background .background=${background}> </hui-view-background>
<hui-view-background .hass=${this.hass} .background=${background}>
</hui-view-background>
</hui-view-container>
</div>
`;