Added informations about connection with LedFX (#2003)

This commit is contained in:
mgcmshr 2022-04-22 04:14:24 +02:00 committed by GitHub
parent 9aaade959b
commit 86e197e831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
--------