diff --git a/src/more-infos/more-info-thermostat.js b/src/more-infos/more-info-thermostat.js index eb240fe452..f3ffd08907 100644 --- a/src/more-infos/more-info-thermostat.js +++ b/src/more-infos/more-info-thermostat.js @@ -32,7 +32,7 @@ export default new Polymer({ }, stateObjChanged(newVal) { - this.targetTemperatureSliderValue = newVal.state; + this.targetTemperatureSliderValue = newVal.attributes.temperature; this.awayToggleChecked = newVal.attributes.away_mode === 'on'; this.tempMin = newVal.attributes.min_temp; diff --git a/src/state-summary/state-card-thermostat.html b/src/state-summary/state-card-thermostat.html index 71a43a1ae9..977d615792 100644 --- a/src/state-summary/state-card-thermostat.html +++ b/src/state-summary/state-card-thermostat.html @@ -26,7 +26,7 @@