mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add light white parameter to light/services.yaml (#53075)
This commit is contained in:
parent
da7b292855
commit
c6e1f8878d
@ -265,6 +265,17 @@ turn_on:
|
|||||||
min: -100
|
min: -100
|
||||||
max: 100
|
max: 100
|
||||||
unit_of_measurement: "%"
|
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:
|
profile:
|
||||||
name: Profile
|
name: Profile
|
||||||
description: Name of a light profile to use.
|
description: Name of a light profile to use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user