From 12c0bbab765ec2958e86df08d6399174eeba6bf7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Sep 2015 11:52:04 +0200 Subject: [PATCH] Add variables description --- source/components/light.limitlessled.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/components/light.limitlessled.markdown b/source/components/light.limitlessled.markdown index 73b0dac584d..40fd5adaa52 100644 --- a/source/components/light.limitlessled.markdown +++ b/source/components/light.limitlessled.markdown @@ -18,9 +18,14 @@ To add limitlessled to your installation, add the following to your `configurati # Example configuration.yaml entry light: platform: limitlessled - host: 192.168.1.10 + host: IP_ADDRESS group_1_name: Living Room group_2_name: Bedroom group_3_name: Office group_4_name: Kitchen ``` + +Configuration variables: + +- **host** (*Required*): IP address of the device, eg. 192.168.1.32 +- **group_X_name** (*Required*): Name of the group. Multiple entries with a consecutive number.