Skip to content

Commit fc5605a

Browse files
fabaffballoob
authored andcommitted
Add LW-12 documentation (home-assistant#5264)
* Add LW-12 documentation * Address comments
1 parent f0b3927 commit fc5605a

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: page
3+
title: "Lagute LW-12"
4+
description: "Instructions on how to setup Lagute LW-12 Wifi LED controller within Home Assistant."
5+
date: 2018-04-28 08:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: Light
11+
ha_iot_class: "Local Polling"
12+
logo: lagute.png
13+
ha_release: 0.71
14+
---
15+
16+
The `lw12wifi` light platform supports Lagute LW-12 Wifi LED controller.
17+
18+
## {% linkable_title Configuration %}
19+
20+
To enable these lights, add the following lines to your `configuration.yaml` file:
21+
22+
```yaml
23+
# Example configuration.yaml entry
24+
light:
25+
- platform: lw12wifi
26+
host: IP_ADDRESS_CONTROLLER
27+
```
28+
29+
{% configuration %}
30+
host:
31+
description: Host name or IP of LW-12 LED stripe to control.
32+
required: true
33+
type: string
34+
port:
35+
description: Some firmware versions of the LW-12 controller listen on different ports.
36+
required: false
37+
type: int
38+
default: 5000
39+
name:
40+
description: Name to use in the frontend.
41+
required: false
42+
type: string
43+
default: LW-12 FC
44+
{% endconfiguration %}
45+
1.02 KB
Loading

0 commit comments

Comments
 (0)