Dynamically add selector

I’m trying to setup a scheduler for an automation. Is there any possibility to dinamically add another datetime selector .
For instance:
For Monday i need a setup from 9:00-17:00 then another from 17:00-18:00 another from 18:00-09:00. but at some point i`m gonna want to change the intervals and add more. How can i do this without hardcoding them in the blueprint? Or better yet duplicate the input group where i can have day selector, time selector and other inputs
Thanks,
Bogdan

You can’t.

The easy solution is to instead setup your blueprint to trigger on a schedule:

In the blueprint you would use an entity selector filtered on domain schedule.

For your trigger, use a plain state trigger on the entity id of the schedule.

i know about the scheduler was looking for something integrated :smiley: thank you very much anyway