mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Fix hass object in nested hui-card (#21178)
This commit is contained in:
parent
d9f1b06199
commit
b08b67179e
@ -105,6 +105,8 @@ export class HuiCard extends ReactiveElement {
|
||||
"ll-upgrade",
|
||||
(ev: Event) => {
|
||||
ev.stopPropagation();
|
||||
element.hass = this.hass;
|
||||
element.preview = this.preview;
|
||||
fireEvent(this, "card-updated");
|
||||
},
|
||||
{ once: true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user