From d229787fa6209b356b6a32182abf83c891956929 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 22 Apr 2017 14:43:17 -0400 Subject: [PATCH] Fixed typo and clarified details for Lifx effects (#7226) * Fixed typo * Update services.yaml * Clarified service details for Lifx effects --- homeassistant/components/light/lifx/services.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/light/lifx/services.yaml b/homeassistant/components/light/lifx/services.yaml index 1b34c54f253..d939e1432bc 100644 --- a/homeassistant/components/light/lifx/services.yaml +++ b/homeassistant/components/light/lifx/services.yaml @@ -71,19 +71,19 @@ lifx_effect_colorloop: example: 'light.disco1, light.disco2, light.disco3' brightness: - description: Number between 0..255 indicating brightness of the effect. Leave this out to maintain the current brightness of each participating light + description: Number between 0 and 255 indicating brightness of the effect. Leave this out to maintain the current brightness of each participating light example: 120 period: - description: Duration between color changes (deafult 60) + description: Duration (in seconds) between color changes (default 60) example: 180 change: - description: Hue movement per period, in degrees on a color wheel (default 20) + description: Hue movement per period, in degrees on a color wheel (ranges from 0 to 360, default 20) example: 45 spread: - description: Maximum hue difference between participating lights, in degrees on a color wheel (default 30) + description: Maximum hue difference between participating lights, in degrees on a color wheel (ranges from 0 to 360, default 30) example: 0 power_on: