For me, it is cleaner put the condition together the trigger. Looking the trigger I would know when is triggered. I don’t even need the tigger ID, in my example, only “Apagar” for the choose.
If I put the condition in another place, I need search the trigger ID in choose or in conditions.
I’d like to see something equivalent an AND operator when choosing a trigger. I feel this is slightly different to a condition per trigger, but not that different. something similar to the template trigger transitioning to TRUE.
TV == ON AND Time > 17:00
This would trigger at 17:00 if you were watching TV OR you started watching TV after 17:00.
This is a simple example, but the main reason behind this request is so that the trace history for an automation isn’t flushed out with false hits.
Triggers can’t have and since they are events or (possibly) very short states.
That is why you have the conditions.
In your example you have a state trigger on the TV == on , and a time trigger at 17:00.
Then in conditions you have condition TV == on and time after 17:00.
Yeah, I understand that ANDing two events together is essentially building a trigger for when 2 events happens simultaneously, which is somewhat insane.
I’m only after something that equates to a simple ANDed template trigger, and the main reason is to reduce the traffic of false events that flush out the TRACE buffer for an automation. Perhaps there’s a way to dig further back into the TRACE history.
I’ve re-read this thread and have a much greater appreciation for the reluctance for this type of request and will just continue to utilise the template trigger. I’ve also learnt that I can utilise Trigger IDs within the condition section to help filter out unwanted triggers.