mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Update light/services.yaml (#22662)
This commit is contained in:
parent
14da2fd8c9
commit
98644135fa
@ -31,10 +31,10 @@ turn_on:
|
||||
description: Number between 0..255 indicating level of white.
|
||||
example: '250'
|
||||
brightness:
|
||||
description: Number between 0..255 indicating brightness.
|
||||
description: Number between 0..255 indicating brightness, where 0 turns the light off, 1 is the minimum brightness and 255 is the maximum brightness supported by the light.
|
||||
example: 120
|
||||
brightness_pct:
|
||||
description: Number between 0..100 indicating percentage of full brightness.
|
||||
description: Number between 0..100 indicating percentage of full brightness, where 0 turns the light off, 1 is the minimum brightness and 100 is the maximum brightness supported by the light.
|
||||
example: 47
|
||||
profile:
|
||||
description: Name of a light profile to use.
|
||||
|
Loading…
x
Reference in New Issue
Block a user