Add missing service docs for hs_color (#13667)

This commit is contained in:
Adam Mills 2018-04-03 19:05:06 -04:00 committed by Paulus Schoutsen
parent 92bd932679
commit 568c6c16fa

View File

@ -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]'