From 1ef050e76d8639639c3a9e44ff40f7412ddc5e71 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 24 Apr 2017 02:15:39 +0300 Subject: [PATCH] Fix climate more-info aux toggle. (#265) --- src/more-infos/more-info-climate.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/more-infos/more-info-climate.html b/src/more-infos/more-info-climate.html index 0b14c3296b..2ccafd0c59 100644 --- a/src/more-infos/more-info-climate.html +++ b/src/more-infos/more-info-climate.html @@ -226,9 +226,8 @@ Polymer({ }, stateObjChanged: function (newVal, oldVal) { - this.targetTemperatureSliderValue = newVal.attributes.temperature; this.awayToggleChecked = newVal.attributes.away_mode === 'on'; - this.auxheatToggleChecked = newVal.attributes.aux_heat === 'on'; + this.auxToggleChecked = newVal.attributes.aux_heat === 'on'; if (newVal.attributes.fan_list) { this.fanIndex = newVal.attributes.fan_list.indexOf(