From 5b1c372fdf4b62b463089b78ac9e88037924a7db Mon Sep 17 00:00:00 2001 From: "Alfie \"Azelphur\" Day" Date: Tue, 19 May 2015 01:55:37 +0100 Subject: [PATCH] Add configuration.yaml example in the header --- homeassistant/components/light/limitlessled.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/homeassistant/components/light/limitlessled.py b/homeassistant/components/light/limitlessled.py index 53411d319d7..3525d0a20c8 100644 --- a/homeassistant/components/light/limitlessled.py +++ b/homeassistant/components/light/limitlessled.py @@ -12,6 +12,14 @@ LEDme dekolight iLight +light: + platform: limitlessled + host: 192.168.1.10 + group_1_name: Living Room + group_2_name: Bedroom + group_3_name: Office + group_4_name: Kitchen + """ import random import logging