home-assistant.github.io/source/_components/light.limitlessled.markdown
2015-10-25 00:58:12 -07:00

920 B

layout title description date sidebar comments sharing footer ha_category
component LimitlessLED Instructions how to setup LimitlessLED within Home Assistant. 2015-06-10 22:48 true false true true Light

The limitlessled can control your LimitlessLED 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:

# 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.