Fix light services descriptions (#49951)
This commit is contained in:
parent
e597202b24
commit
20152313db
1 changed files with 15 additions and 12 deletions
|
@ -20,11 +20,25 @@ turn_on:
|
||||||
mode: slider
|
mode: slider
|
||||||
rgb_color:
|
rgb_color:
|
||||||
name: RGB-color
|
name: RGB-color
|
||||||
description: Color for the light in RGB-format.
|
description: A list containing three integers between 0 and 255 representing the RGB (red, green, blue) color for the light.
|
||||||
advanced: true
|
advanced: true
|
||||||
example: "[255, 100, 100]"
|
example: "[255, 100, 100]"
|
||||||
selector:
|
selector:
|
||||||
object:
|
object:
|
||||||
|
rgbw_color:
|
||||||
|
name: RGBW-color
|
||||||
|
description: A list containing four integers between 0 and 255 representing the RGBW (red, green, blue, white) color for the light.
|
||||||
|
advanced: true
|
||||||
|
example: "[255, 100, 100, 50]"
|
||||||
|
selector:
|
||||||
|
object:
|
||||||
|
rgbww_color:
|
||||||
|
name: RGBWW-color
|
||||||
|
description: A list containing five integers between 0 and 255 representing the RGBWW (red, green, blue, cold white, warm white) color for the light.
|
||||||
|
advanced: true
|
||||||
|
example: "[255, 100, 100, 50, 70]"
|
||||||
|
selector:
|
||||||
|
object:
|
||||||
color_name:
|
color_name:
|
||||||
name: Color name
|
name: Color name
|
||||||
description: A human readable color name.
|
description: A human readable color name.
|
||||||
|
@ -221,17 +235,6 @@ turn_on:
|
||||||
step: 100
|
step: 100
|
||||||
unit_of_measurement: K
|
unit_of_measurement: K
|
||||||
mode: slider
|
mode: slider
|
||||||
white_value:
|
|
||||||
name: White level
|
|
||||||
description: Number between 0..255 indicating level of white.
|
|
||||||
advanced: true
|
|
||||||
example: "250"
|
|
||||||
selector:
|
|
||||||
number:
|
|
||||||
min: 0
|
|
||||||
max: 255
|
|
||||||
step: 1
|
|
||||||
mode: slider
|
|
||||||
brightness:
|
brightness:
|
||||||
name: Brightness value
|
name: Brightness value
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue