From 98e3c9f20d2a308fab6f50e458374a48c6e147f1 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 18 Oct 2023 21:15:46 -0400 Subject: [PATCH] Fixed Thermostat Detail sometimes getting stuck at "Syncing" --- js/component/card/runtime_thermostat_detail.js | 1 + 1 file changed, 1 insertion(+) 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);