List selection helper for loops in automation, any ideas?

Hi,

I would like to be able to dynamically set the for_each items in automation loops.
Ideally there would be an input helper like input_select but you could select multiple elements.
Then use that element for the loop.

Like, select the rooms to be cleaned. Or some stack style variable.

Alternatively I guess I can make it work with a template in for_each…

1 Like

I’m looking for the same. I’d like to select multiple strings as an input variable and then loop through that list of strings in our script.