From 960e2e491b48c88804187a2bb295813ea3c9ff40 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Thu, 23 May 2024 17:34:29 -0400 Subject: [PATCH] Facepalm --- js/component/card/temperature_profiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/component/card/temperature_profiles.js b/js/component/card/temperature_profiles.js index a067f0d..834103a 100644 --- a/js/component/card/temperature_profiles.js +++ b/js/component/card/temperature_profiles.js @@ -130,7 +130,7 @@ beestat.component.card.temperature_profiles.prototype.get_data_ = function() { console.log('a'); console.log(thermostat); console.log(thermostat.profile); - thermostat.profile = null; + // thermostat.profile = null; for (var type in thermostat.profile.temperature) { // Cloned because I mutate this data for temperature conversions. var profile = beestat.clone(