mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 22:06:34 +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)
|
this.hass.serviceActions.callService('climate', service, data)
|
||||||
.then(function () {
|
.then(function () {
|
||||||
this.stateObjChanged(this.stateObj);
|
this.stateObjChanged(this.stateObj);
|
||||||
});
|
}.bind(this));
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -293,7 +293,7 @@ Polymer({
|
|||||||
this.hass.serviceActions.callService('hvac', service, data)
|
this.hass.serviceActions.callService('hvac', service, data)
|
||||||
.then(function () {
|
.then(function () {
|
||||||
this.stateObjChanged(this.stateObj);
|
this.stateObjChanged(this.stateObj);
|
||||||
});
|
}.bind(this));
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user