Use this.hass.language since this.language is removed from localize mixin. (#1799)

This commit is contained in:
Thomas Lovén 2018-10-18 09:54:01 +02:00 committed by Paulus Schoutsen
parent 42953a0b62
commit 5462a71f52

View File

@ -168,7 +168,7 @@ class HaStateHistoryData extends LocalizeMixin(PolymerElement) {
this.endTime,
this.cacheConfig,
this.localize,
this.language
this.hass.language
);
}
@ -189,7 +189,7 @@ class HaStateHistoryData extends LocalizeMixin(PolymerElement) {
this.endTime,
this.cacheConfig,
this.localize,
this.language
this.hass.language
);
}
}