Fix background (#23736)

This commit is contained in:
Wendelin 2025-01-14 15:41:43 +01:00 committed by GitHub
parent 630b48218b
commit 69a93ddb6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>
`;