Fix missing arguments in history-data. (#880)

pull/883/head
Boyi C 2018-02-10 16:08:04 +08:00 committed by Andrey
parent c6030e6edc
commit b6ad4edd32
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@
super.connectedCallback();
this.filterChanged(
this.filterType, this.entityId, this.startTime, this.endTime,
this.cacheConfig
this.cacheConfig, this.localize, this.language
);
}
@ -157,7 +157,7 @@
if (!oldHass && !this._madeFirstCall) {
this.filterChanged(
this.filterType, this.entityId, this.startTime, this.endTime,
this.cacheConfig
this.cacheConfig, this.localize, this.language
);
}
}