Skip to content

Commit

Permalink
Add enable_milisecond suppor to duration selector (#3211)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Oct 5, 2024
1 parent a503c5d commit a02d455
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 @@ -316,6 +316,12 @@ export interface DurationSelector {
* https://www.home-assistant.io/docs/blueprint/selectors/#duration-selector
*/
enable_day?: boolean;

/**
* When true, the duration selector will allow selecting milliseconds.
* https://www.home-assistant.io/docs/blueprint/selectors/#duration-selector
*/
enable_millisecond?: boolean;
} | null;
}

Expand Down

0 comments on commit a02d455

Please sign in to comment.