Hello could someone please check my config Ive simplified it as my original automation has many other conditions, the sequence I want is:
Pres test button music starts
Press stop button it stops, Ive put it as a condition because I will have other “or” conditions in my original automation. No matter what state I choose as my condition the music never stops.
Thanks for all your responses it all helped. I think triggers are the way to go in my circumstances, the difficulty I’m having is I’m wanting to have a manual override.
I thought correct me if I’m wrong once a entity is triggered and it gets to the condition I was hoping that it would just sit there until the condition becomes true or false depending on the logic and then move onto the action. Or once triggered if the condition is not true then bad-luck the trigger needs to be retriggered and hope the condition is true this time round? I wasn’t aware about traces…really helpful.
Conditions are only evaluated at the time the trigger is fired, or if part of the actions when reaching that step. If you want to “wait” until all conditions are true, the typical solution is to duplicate all triggers/conditions as both triggers and conditions. The multiple triggers make sure that conditions are evaluated regardless of which trigger/condition is the “last” to fire/become true. The multiple conditions make sure that the triggers/conditions are all still true.