So what I'm trying to do is create a blueprint which will run logic only on lights which aren't in xy mode, so off/on CCW lights only. I've tried expanding the !input input_lights variable but it'd just give me an empty example.
I could do if/else for entity, device, area, group and try to get it that way but that's way too cumbersome and I'm 99% there's a better way to do it but I couldn't find it.
I want to just retrieve a list of entity_ids for lights for any type of selection. That's it basically.
Is there any way which is known to do this without a ton of jinja code?