I have my first of many<?> WLED lights setup and I’m looking how to integrate them into HA nicely.
I’m currently using a Glance card with a simple toggle to turn them on.
A press and hold pops a secondary control that give me access to brightness, warmth, and effects control via a drop down.
Is there a nicer way to display and control the WLEDs? I like the look of the light card with the brightness slider built in but I don’t see how I could integrate colour selection or effects as there doesn’t seem to be a hold action.
It’s just a light.turn_on chooseing the effect you want. If you want to change the color pallet, that’s another service call using the color pallete select entity.
Welp, an example would be helpful, because I’m copying that which is in the WLED documentation into the card and it’s not working. Nor is the service call in the Dev Tools. So there’s something I’m doing wrong.