From 3e672b16947e7826a698feaf7c9f9d3415809e09 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Mon, 14 Jun 2021 21:46:04 -0400 Subject: [PATCH] Enabled time to temperature for all users. --- js/component/card/system.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/component/card/system.js b/js/component/card/system.js index fb31a58..b150374 100644 --- a/js/component/card/system.js +++ b/js/component/card/system.js @@ -31,9 +31,7 @@ beestat.component.card.system.prototype.decorate_contents_ = function(parent) { this.decorate_equipment_(parent); this.decorate_climate_(parent); - if (beestat.user.has_early_access() === true) { - this.decorate_time_to_temperature_(parent); - } + this.decorate_time_to_temperature_(parent); }; /**