mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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:
|
||||
description: A human readable color name.
|
||||
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:
|
||||
description: Color for the light in XY-format.
|
||||
example: '[0.52, 0.43]'
|
||||
|
Loading…
x
Reference in New Issue
Block a user