1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Fix background (#23736)

This commit is contained in:
Wendelin
2025-01-14 15:41:43 +01:00
committed by GitHub
parent 630b48218b
commit 69a93ddb6e
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}