Skip to content

Commit

Permalink
Add missing all property of light groups (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 31, 2023
1 parent e24aca5 commit 4e788ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/language-service/src/schemas/integrations/core/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ export interface LightPlatformSchema extends PlatformSchema {
platform: "group";

/**
* Set this to true if the group state should only turn on if all grouped entities are on, false otherwise.
* https://www.home-assistant.io/integrations/light.group/#all
*/
all?: boolean;

/**
*
* A list of entities to be included in the light group.
* https://www.home-assistant.io/integrations/light.group/#entities
*/
Expand Down

0 comments on commit 4e788ab

Please sign in to comment.