Since HA only uses one drop-down for the Light entity, it may make more sense to have that select from the Preset list rather than the Effects. This would be most similar to how the Nano Leaf Aurora works with HA because there are so many variables associated with an Effect.
Typically I have been setting up all of my WLED lights with the MQTT Light integration so that I can pick from presets for the Effect drop-down and I find that way more useful.
I would guess this is on the roadmap. The WLED integration is still a work in progress, it looks like Palette control from Home Assistant is coming in .117 and I would guess that loading presets will come in the future.
Going through WLED feature requests and noticed this one. This one has already been implemented: WLED now provides a drop-down for presets (a select entity).
I think why some people are being confused or asking for preset drop-down list is because if you add a WLED device through the auto configure/auto discovered option you donât get the preset entity. If you add it through selecting â+ Add Integrationâ manually and putting in your IP address of that device you will get the presets entity and a lot of other entityâs.
Try uninstalling (delete) a WLED device, restart HA, then add it through auto discovery/configure (and see the entityâs you have) then uninstall (delete) the device and then â+ Add Integrationâ manually. Now check your entityâs, you will have a preset option and more.
I have also found if you are getting light effects that are flickering or ESP becoming unavailable, click the restart press button and it fixes it (I Donât know why⌠its magic).
@frenck no I havenât not sure how to do that. I just tested it again twice (regarding preset entityâs) and it did it both times. I am on the latest of everything (all up to date on HA and WLED). RE; the restart press button. You only have to do it once when you install the device and it fixes the flickering or ESP becoming unavailable. How I found it⌠install a new WLED device (donât push the restart button) try putting a effect with the LEDâs moving smoothly. Every now and then you will see a flicker⌠push the restart and it will never happen again unless you delete the device and reinstall it.
It would be nice if WLED also provides a drop-down for all effects and a select entity, just as with the presets as they like to test out new effects. I do not want to let my family in to the wled webgui with admin rights
I started trying to build a input select: set options helper, building an input select from the wled.light attribute called effects_list, but it does not seem to be so simple as i expected, trying to add [{{ states.light.wled.attributes.effect_list }}] as the option to the input select: set options.
Thinking about building a loop, but maybe easier to implement the list at the source?