Add light white parameter to light/services.yaml (#53075)
This commit is contained in:
parent
da7b292855
commit
c6e1f8878d
1 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue