mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
CI corrections
This commit is contained in:
parent
54f6e9a670
commit
32ef6814db
@ -67,7 +67,7 @@ export default new Polymer({
|
|||||||
|
|
||||||
const data = {
|
const data = {
|
||||||
configure_id: this.stateObj.attributes.configure_id,
|
configure_id: this.stateObj.attributes.configure_id,
|
||||||
fields: this.fieldInput;
|
fields: this.fieldInput,
|
||||||
};
|
};
|
||||||
|
|
||||||
serviceActions.callService('configurator', 'configure', data).then(
|
serviceActions.callService('configurator', 'configure', data).then(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user