diff --git a/src/data/ha-state-history-data.html b/src/data/ha-state-history-data.html
index 31c7fb975a..2a0fdd1945 100644
--- a/src/data/ha-state-history-data.html
+++ b/src/data/ha-state-history-data.html
@@ -138,6 +138,14 @@
];
}
+ connectedCallback() {
+ super.connectedCallback();
+ this.filterChangedDebouncer(
+ this.filterType, this.entityId, this.startTime, this.endTime,
+ this.cacheConfig, this.localize, this.language
+ );
+ }
+
disconnectedCallback() {
if (this._refreshTimeoutId) {
window.clearInterval(this._refreshTimeoutId);