mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
fix climate/hvac update
This commit is contained in:
@@ -294,7 +294,7 @@ Polymer({
|
||||
this.hass.serviceActions.callService('climate', service, data)
|
||||
.then(function () {
|
||||
this.stateObjChanged(this.stateObj);
|
||||
});
|
||||
}.bind(this));
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -293,7 +293,7 @@ Polymer({
|
||||
this.hass.serviceActions.callService('hvac', service, data)
|
||||
.then(function () {
|
||||
this.stateObjChanged(this.stateObj);
|
||||
});
|
||||
}.bind(this));
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user