From 568c6c16fa72580ec0fd551661700fbad07c9b04 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Tue, 3 Apr 2018 19:05:06 -0400 Subject: [PATCH] Add missing service docs for hs_color (#13667) --- homeassistant/components/light/services.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/light/services.yaml b/homeassistant/components/light/services.yaml index 9645e50d06e..3507c6d2cda 100644 --- a/homeassistant/components/light/services.yaml +++ b/homeassistant/components/light/services.yaml @@ -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]'