From f7e1c45dfd3325be21bb805fd6d7341cd221d26e Mon Sep 17 00:00:00 2001 From: Snailboy2 <39415121+Snailboy2@users.noreply.github.com> Date: Sat, 23 Oct 2021 08:59:02 +0000 Subject: [PATCH] Updated links (#19915) --- source/_integrations/wled.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/wled.markdown b/source/_integrations/wled.markdown index 108ec900173..3d5e7a6a34a 100644 --- a/source/_integrations/wled.markdown +++ b/source/_integrations/wled.markdown @@ -20,7 +20,7 @@ ha_platforms: - switch --- -[WLED](https://github.com/Aircoookie/WLED) is a fast and feature-rich +[WLED](https://kno.wled.ge) is a fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812, APA102, and similar) LED's. @@ -87,7 +87,7 @@ Can be configured on the WLED itself under settings > LED Preferences > Timed li Toggles the synchronization between multiple WLED devices. Can be configured on the WLED itself under settings > Sync Interfaces > WLED Broadcast. -[WLED Sync documentation](https://github.com/Aircoookie/WLED/wiki/Sync-WLED-devices-(UDP-Notifier)) +[WLED Sync documentation](https://kno.wled.ge/interfaces/udp-realtime/) {% include integrations/option_flow.md %} @@ -115,7 +115,7 @@ This service allows for controlling the WLED effect. | `reverse` | no | Reverse the effect. Either `true` to reverse or `false` otherwise. | A list of all available effects (and the behavior of the intensity for each -effect) [is documented in the WLED Wiki](https://github.com/Aircoookie/WLED/wiki/List-of-effects-and-palettes#effects). +effect) [is documented in the WLED Knowledge base](https://kno.wled.ge/features/effects-palettes/). ## Example Automations @@ -141,7 +141,7 @@ Activating a random palette is a bit more complicated as there is currently no w To go around this issue, one solution is to leverage the fact that palettes can be activated by their IDs. As the IDs are based on an incrementing counter, picking a random number between zero and the number of palettes minus one works. -To do this, the first step is to use [WLED's JSON API](https://github.com/Aircoookie/WLED/wiki/JSON-API) find out how many palettes the device supports: +To do this, the first step is to use [WLED's JSON API](https://kno.wled.ge/interfaces/json-api) find out how many palettes the device supports: ```bash $ curl --silent http:///json | jq ".palettes | length"