Skip to content

Commit

Permalink
Add light white parameter to light/services.yaml (#53075)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored and frenck committed Jul 16, 2021
1 parent a6ad08f commit 1295daa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions homeassistant/components/light/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,17 @@ turn_on:
min: -100
max: 100
unit_of_measurement: "%"
white:
name: White
description:
Set the light to white mode and change its brightness, where 0 turns
the light off, 1 is the minimum brightness and 255 is the maximum
brightness supported by the light.
advanced: true
selector:
number:
min: 0
max: 255
profile:
name: Profile
description: Name of a light profile to use.
Expand Down

0 comments on commit 1295daa

Please sign in to comment.