1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00
This commit is contained in:
Paulus Schoutsen
2019-05-07 22:39:00 -07:00
parent f466a53ed4
commit cd5e274ffa

View File

@@ -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);