mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Fix demo
This commit is contained in:
parent
f466a53ed4
commit
cd5e274ffa
@ -26,7 +26,7 @@ class HaDemo extends HomeAssistantAppEl {
|
|||||||
this._updateHass(hassUpdate),
|
this._updateHass(hassUpdate),
|
||||||
};
|
};
|
||||||
|
|
||||||
const hass = provideHass(this, initial);
|
const hass = (this.hass = provideHass(this, initial));
|
||||||
mockLovelace(hass);
|
mockLovelace(hass);
|
||||||
mockAuth(hass);
|
mockAuth(hass);
|
||||||
mockTranslations(hass);
|
mockTranslations(hass);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user