mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 10:26:35 +00:00
Fix missing arguments in history-data. (#880)
This commit is contained in:
parent
c6030e6edc
commit
b6ad4edd32
@ -141,7 +141,7 @@
|
|||||||
super.connectedCallback();
|
super.connectedCallback();
|
||||||
this.filterChanged(
|
this.filterChanged(
|
||||||
this.filterType, this.entityId, this.startTime, this.endTime,
|
this.filterType, this.entityId, this.startTime, this.endTime,
|
||||||
this.cacheConfig
|
this.cacheConfig, this.localize, this.language
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -157,7 +157,7 @@
|
|||||||
if (!oldHass && !this._madeFirstCall) {
|
if (!oldHass && !this._madeFirstCall) {
|
||||||
this.filterChanged(
|
this.filterChanged(
|
||||||
this.filterType, this.entityId, this.startTime, this.endTime,
|
this.filterType, this.entityId, this.startTime, this.endTime,
|
||||||
this.cacheConfig
|
this.cacheConfig, this.localize, this.language
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user