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:
parent
f6d17e279d
commit
98e3c9f20d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user