mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add missing service docs for hs_color (#13667)
This commit is contained in:
parent
92bd932679
commit
568c6c16fa
@ -15,6 +15,9 @@ turn_on:
|
|||||||
color_name:
|
color_name:
|
||||||
description: A human readable color name.
|
description: A human readable color name.
|
||||||
example: 'red'
|
example: 'red'
|
||||||
|
hs_color:
|
||||||
|
description: Color for the light in hue/sat format. Hue is 0-360 and Sat is 0-100.
|
||||||
|
example: '[300, 70]'
|
||||||
xy_color:
|
xy_color:
|
||||||
description: Color for the light in XY-format.
|
description: Color for the light in XY-format.
|
||||||
example: '[0.52, 0.43]'
|
example: '[0.52, 0.43]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user