Fix demo
This commit is contained in:
parent
f466a53ed4
commit
cd5e274ffa
@ -26,7 +26,7 @@ class HaDemo extends HomeAssistantAppEl {
|
||||
this._updateHass(hassUpdate),
|
||||
};
|
||||
|
||||
const hass = provideHass(this, initial);
|
||||
const hass = (this.hass = provideHass(this, initial));
|
||||
mockLovelace(hass);
|
||||
mockAuth(hass);
|
||||
mockTranslations(hass);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user