Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions source/_components/light.lw12wifi.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: page
title: "Lagute LW-12"
description: "Instructions on how to setup Lagute LW-12 Wifi LED controller within Home Assistant."
date: 2018-04-28 08:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Light
ha_iot_class: "Local Polling"
logo: lagute.png
ha_release: 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:

```yaml
# 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: int
default: 5000
name:
description: Name to use in the frontend.
required: false
type: string
default: LW-12 FC
{% endconfiguration %}

Binary file added source/images/supported_brands/lagute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.