This integration will set up the following platforms.
| Platform | Description |
|---|---|
media_player |
Set LedFx on play or pause. |
This integration only allows to set LedFx on play or on pause, which is my only personal use case. I have a lots of WLEDs at home and I want to be able to use them in other ways than LedFx (HA, Hyperion, ...), and I was fed up with opening the LedFx UI to set pause or play.
This integration is not meant at all to re-create https://github.com/dmamontov/hass-ledfx which has unfortunately been broken for a while now.
PRs are welcome if you need something else and can code it.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml). - If you do not have a
custom_componentsdirectory (folder) there, you need to create it. - In the
custom_componentsdirectory (folder) create a new folder calledledfx. - Download all the files from the
custom_components/ledfx/directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "LedFx"
If you want to contribute to this please read the Contribution guidelines