Add variables description

This commit is contained in:
Fabian Affolter 2015-09-09 11:52:04 +02:00
parent 38818c5084
commit 12c0bbab76

View File

@ -18,9 +18,14 @@ To add limitlessled to your installation, add the following to your `configurati
# Example configuration.yaml entry # Example configuration.yaml entry
light: light:
platform: limitlessled platform: limitlessled
host: 192.168.1.10 host: IP_ADDRESS
group_1_name: Living Room group_1_name: Living Room
group_2_name: Bedroom group_2_name: Bedroom
group_3_name: Office group_3_name: Office
group_4_name: Kitchen 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.