mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
reinstate connectedCallback (#957)
using the debouncer this time so no harm
This commit is contained in:
parent
9ca00d1c85
commit
5966e872cf
@ -138,6 +138,14 @@
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
connectedCallback() {
|
||||||
|
super.connectedCallback();
|
||||||
|
this.filterChangedDebouncer(
|
||||||
|
this.filterType, this.entityId, this.startTime, this.endTime,
|
||||||
|
this.cacheConfig, this.localize, this.language
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
disconnectedCallback() {
|
disconnectedCallback() {
|
||||||
if (this._refreshTimeoutId) {
|
if (this._refreshTimeoutId) {
|
||||||
window.clearInterval(this._refreshTimeoutId);
|
window.clearInterval(this._refreshTimeoutId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user