Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

941 B

title, description, ha_category, ha_iot_class, logo, ha_release, redirect_from
title description ha_category ha_iot_class logo ha_release redirect_from
Lagute LW-12 Instructions on how to setup Lagute LW-12 Wifi LED controller within Home Assistant.
Light
Local Polling lagute.png 0.71
/components/light.lw12wifi/

The lw12wifi light platform supports Lagute LW-12 Wifi LED controller.

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 %}