mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
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