From 7d2a98c47bab04d6ff4944f7d682502d3ea2e647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Fri, 1 Jul 2016 18:59:25 +0200 Subject: [PATCH] Add effect attribute to light component (#603) --- source/_components/light.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/light.markdown b/source/_components/light.markdown index c54acd0ebb6..747f5ab4a85 100644 --- a/source/_components/light.markdown +++ b/source/_components/light.markdown @@ -41,6 +41,7 @@ Turns one light on or multiple lights on using [groups]({{site_root}}/components | `color_name` | yes | A human readable string of a color name, such as `blue` or `goldenrod` or [`chucknorris`](http://stackoverflow.com/questions/8318911/why-does-html-think-chucknorris-is-a-color). If your browser can display it, so can Home Assistant. | `brightness` | yes | Integer between 0 and 255 for how bright the color should be. | `flash` | yes | Tell light to flash, can be either value `short` or `long`. *not supported by Wink +| `effect`| yes | Applies an effect such as `colorloop` or `random`. ### {% linkable_title Service `light.turn_off` %}