#Automation Light "Overwrite" Methodology

1 messages · Page 1 of 1 (latest)

spiral spire
#

I have an automation that turns a certain light in my house blue when my Atom Echo M5 starts listening to a command. After Assist finishes, it recalls a scene that brings the light back to its previous state.
I'm struggling with how I go about cancelling the automation if the aforementioned light is commanded to change through Assist. How would I forcibly stop an automation halfway through, based on whether a light changes state?

#

Automation Light "Overwrite" Methodology

heady bridge
#

Use a wait for a trigger action. Then you can have two events that you wait for. Use wait.trigger.event (probably in a choose block) to see what even triggered you to continue.

The two events bring your device listening stopping or the target light changing.

spiral spire