Minimizing of the configuration sample (#1024)

This commit is contained in:
Fabian Affolter 2016-10-01 12:08:48 +02:00 committed by GitHub
parent 3d47c6f54b
commit c7aaf72bbc
12 changed files with 109 additions and 94 deletions

View file

@ -13,7 +13,7 @@ ha_iot_class: "Assumed State"
ha_release: pre 0.7
---
`limitlessled` can control your [LimitlessLED](http://www.limitlessled.com/) lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.
`limitlessled` can control your [LimitlessLED](http://www.limitlessled.com/) lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight, or iLight.
### {% linkable_title Setup %}
@ -27,22 +27,15 @@ light:
platform: limitlessled
bridges:
- host: 192.168.1.10
version: 5
port: 8899
groups:
- number: 1
type: rgbw
name: Bedroom
- number: 2
type: white
name: Craft Room
- number: 2
type: rgbw
name: Bathroom
- host: 192.168.1.11
groups:
- number: 1
type: rgbw
name: Living Room & Hall
```