From 86e197e831efd74b7fae07587940857761317147 Mon Sep 17 00:00:00 2001 From: mgcmshr <45014507+mgcmshr@users.noreply.github.com> Date: Fri, 22 Apr 2022 04:14:24 +0200 Subject: [PATCH] Added informations about connection with LedFX (#2003) --- components/light/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/light/index.rst b/components/light/index.rst index ca2822644..083af218b 100644 --- a/components/light/index.rst +++ b/components/light/index.rst @@ -1050,6 +1050,7 @@ This effect enables controlling addressable lights using UDP-based lighting effects. Prismatik_ can be used to control addressable lights over network on ESPHome. +It is also possible to use LedFx_ to control the lights. Please use the connection type ``udp`` on the default port and add the Data Prefix ``0201``. .. code-block:: yaml @@ -1077,6 +1078,7 @@ WARLS, DRGB, DRGBW, DNRGB and WLED Notifier. .. _UDP Realtime Control: https://github.com/Aircoookie/WLED/wiki/UDP-Realtime-Control .. _WLED: https://github.com/Aircoookie/WLED/wiki/UDP-Realtime-Control .. _Prismatik: https://github.com/psieg/Lightpack +.. _LedFx: https://github.com/LedFx/LedFx See Also --------