At first I had helpers that I toggled to on/off that triggerd my automations to do something. In this case it triggered my lights in my livingroom. It is an overrule-trigger that overrules the automation when the lightsensor is above a certain lever and/or the beamer is playing and/or nobody is at home. In all those cases I do not want the automation to flip on the lights.
But then I had the illuminous Idea of stripping out the helper and switch the automation on or off. I thought: one step out of the procedure: it can only be better.
Now I’m wondering if that is such a good idea, as I experience now that once you turn on an automation, you need to trigger it as well, even if one of the triggers whithin that automation is an every minute of the hour trigger (/1).
Why is that nescessary, and secondly: How do I fix this the best?
It sounds like you want to run a sequence of actions manually. That is what scripts are for. Put your actions in a script, call the script from a dashboard button tap action.
I hear what you say, but I do not invoke my automation (or script) with a button on my dashboard. I only toggle my overrule (helper) on my dasboard with a button, whilst during the day that overrule is managed by either the automation that looks how bright the light outside is, or if the beamer is on so that the light stay dimmed during watching something.