Skip to content

Commit

Permalink
Blueprint input default can be any type (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 24, 2021
1 parent c6f92c6 commit b2525fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ interface BlueprintInputSchema {
* The default value of this input, in case the input is not provided by the user of this blueprint.
* https://www.home-assistant.io/docs/blueprint/schema/#default
*/
default?: string;
default?: any;

/**
* The default value of this input, in case the input is not provided by the user of this blueprint.
Expand Down

0 comments on commit b2525fe

Please sign in to comment.