mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 14:56:50 +00:00
1007 B
1007 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, logo, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_iot_class | logo | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Lagute LW-12 | Instructions on how to setup Lagute LW-12 Wifi LED controller within Home Assistant. | 2018-04-28 08:00 | true | false | true | true | Light | Local Polling | lagute.png | 0.71 |
The lw12wifi
light platform supports Lagute LW-12 Wifi LED controller.
{% linkable_title Configuration %}
To enable these lights, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
light:
- platform: lw12wifi
host: IP_ADDRESS_CONTROLLER
{% configuration %} host: description: Host name or IP of LW-12 LED stripe to control. required: true type: string port: description: Some firmware versions of the LW-12 controller listen on different ports. required: false type: integer default: 5000 name: description: Name to use in the frontend. required: false type: string default: LW-12 FC {% endconfiguration %}