mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +00:00
fix climate/hvac update
This commit is contained in:
parent
533ac9fade
commit
5962786494
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user