Skip to content

Commit

Permalink
Add support for multiple text fields in text selector (#3181)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 30, 2024
1 parent 2d6d75a commit 584b75c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/language-service/src/schemas/integrations/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,12 @@ export interface TextSelector {
*/
multiline?: boolean;

/**
* llows adding list of text strings. If set to true, the resulting value of this selector will be a list instead of a single string value.
* https://www.home-assistant.io/docs/blueprint/selectors/#text-selector
*/
multiple?: boolean;

/**
* Allows adding a prefix to the input field.
* https://www.home-assistant.io/docs/blueprint/selectors/#text-selector
Expand Down

0 comments on commit 584b75c

Please sign in to comment.