Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f0440b8686 |
2 changed files with 60 additions and 0 deletions
60
source/_components/light.lw12wifi.markdown
Normal file
60
source/_components/light.lw12wifi.markdown
Normal file
|
@ -0,0 +1,60 @@
|
|||
---
|
||||
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.69
|
||||
---
|
||||
|
||||
The `lw12wifi` light platofrm 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: decora
|
||||
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
|
||||
transistion:
|
||||
description: "Transition speed for effects (Value: 0-255)."
|
||||
required: false
|
||||
type: int
|
||||
default: 128
|
||||
brightness:
|
||||
description: "LED Brightness (Value: 0-255)."
|
||||
required: false
|
||||
type: string
|
||||
default: 255
|
||||
rgb:
|
||||
description: RGB value array as standard color to set.
|
||||
required: false
|
||||
type: list
|
||||
default: [255, 255, 255]
|
||||
{% endconfiguration %}
|
||||
|
BIN
source/images/supported_brands/lagute.png
Normal file
BIN
source/images/supported_brands/lagute.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
Loading…
Add table
Add a link
Reference in a new issue