1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Fixed Thermostat Detail sometimes getting stuck at "Syncing"

This commit is contained in:
Jon Ziebell 2023-10-18 21:15:46 -04:00
parent f6d17e279d
commit 98e3c9f20d

View File

@ -219,6 +219,7 @@ beestat.component.card.runtime_thermostat_detail.prototype.decorate_contents_ =
)
.set_callback(function(response) {
beestat.cache.set('thermostat', response);
self.rerender();
})
.send();
}, 2000);