Skip to content

Commit

Permalink
Fix for #284
Browse files Browse the repository at this point in the history
  • Loading branch information
keesschollaart81 committed May 8, 2020
1 parent fa6692e commit 4411cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language-service/src/schemas/homeassistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export interface SequencedAction {
alias?: string;
icon?: string;
description?: string;
fields?: Array<ScriptField>;
fields?: Array<ScriptField> | ScriptField;
sequence: ScriptAction | Array<ScriptAction | ConditionsConfig>;
}

Expand Down

0 comments on commit 4411cd4

Please sign in to comment.