|
| 1 | +--- |
| 2 | +title: "WLED" |
| 3 | +description: "Instructions on how to integrate WLED with Home Assistant." |
| 4 | +logo: wled.png |
| 5 | +ha_category: |
| 6 | + - Light |
| 7 | + - Sensor |
| 8 | + - Switch |
| 9 | +ha_release: 0.102 |
| 10 | +ha_iot_class: Local Polling |
| 11 | +--- |
| 12 | + |
| 13 | +[WLED](https://github.com/Aircoookie/WLED) is a fast and feature-rich |
| 14 | +implementation of an ESP8266/ESP32 webserver to control |
| 15 | +NeoPixel (WS2812B, WS2811, SK6812, APA102) LED's. |
| 16 | + |
| 17 | +## Configuration |
| 18 | + |
| 19 | +This integration can be configured using the integrations in the |
| 20 | +Home Assistant frontend. |
| 21 | + |
| 22 | +Menu: **Configuration** -> **Integrations**. |
| 23 | + |
| 24 | +In most cases, the WLED devices will be automatically discovered by |
| 25 | +Home Assistant. Those automatically discovered WLED devices are listed |
| 26 | +on the integrations page. |
| 27 | + |
| 28 | +If for some reason (e.g., due to lack of mDNS support on your network), |
| 29 | +the WLED device isn't discovered, it can be added manually. |
| 30 | + |
| 31 | +Click on the `+` sign to add an integration and click on **WLED**. |
| 32 | +After completing the configuration flow, the WLED |
| 33 | +integration will be available. |
| 34 | + |
| 35 | +## Lights |
| 36 | + |
| 37 | +This integration adds the WLED device as a light in Home Assistant. |
| 38 | +Home Assistant threats every segment of the LED strip as a separate light |
| 39 | +entity. |
| 40 | + |
| 41 | +Only native support features of a light in Home Assistant are supported |
| 42 | +(which includes effects). |
| 43 | + |
| 44 | +## Sensors |
| 45 | + |
| 46 | +This integration provides sensors for the following information from WLED: |
| 47 | + |
| 48 | +- Estimated current. |
| 49 | +- Uptime. |
| 50 | +- Free memory. |
| 51 | + |
| 52 | +## Switches |
| 53 | + |
| 54 | +The integration will create a number of switches: |
| 55 | + |
| 56 | +- Nightlight. |
| 57 | +- Sync Receive. |
| 58 | +- Sync Send. |
| 59 | + |
| 60 | +## Services |
| 61 | + |
| 62 | +This integration currently does not offer any additional services. |
0 commit comments