diff --git a/js/component/card/runtime_thermostat_detail.js b/js/component/card/runtime_thermostat_detail.js index e35d290..c3a890c 100644 --- a/js/component/card/runtime_thermostat_detail.js +++ b/js/component/card/runtime_thermostat_detail.js @@ -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);