mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-04 17:26:50 +00:00
1.1 KiB
1.1 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type, related
title | description | ha_category | ha_iot_class | ha_release | ha_domain | ha_platforms | ha_integration_type | related | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LAGUTE LW-12 | Instructions on how to setup Lagute LW-12 Wifi LED controller within Home Assistant. |
|
Local Polling | 0.71 | lw12wifi |
|
integration |
|
The lw12wifi
light {% term integration %} supports Lagute LW-12 Wifi LED controller.
Configuration
To enable these lights, add the following lines to your {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# 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 %}