I have a bunch of blueprints that are triggering quite fast - works great for my needs - but people have asked if there is a way to parameterize this.
Looks like with the new release I can have the user specify a trigger if they want using this style:
input:
usertrigger:
selector:
trigger:
triggers:
- trigger: event
event_type: manual_event
- triggers: !input usertrigger
but is there a way i can pass in an input of (run every x minutes)
And then just use that variable directly in a trigger?
Like this:
- trigger: time_pattern
minutes: /!input time_patern
I don't believ this is doable but is there a way?