Add component collection
This commit is contained in:
parent
9702d39c42
commit
120dbf547d
113 changed files with 323 additions and 120 deletions
32
source/_components/light.limitlessled.markdown
Normal file
32
source/_components/light.limitlessled.markdown
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
layout: page
|
||||
title: "LimitlessLED support"
|
||||
description: "Instructions how to setup LimitlessLED within Home Assistant."
|
||||
date: 2015-06-10 22:48
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: Light
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/dialog-information.png' class='brand pull-right' />
|
||||
The 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.
|
||||
|
||||
To add limitlessled to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
platform: limitlessled
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue