I’ve tried a few techniques to catch automation errors or failures to run. Ideally what I want is when an automation fails due to an integration not working, or an entity not responding, the automation crashes out silently.
I can’t seem to find an event that triggers when the automations fail or error out. I’ve tried this:
thanks, unfortunately not, this needs to be a more global catch for automations that fail rather than testing a sensor state condition as I have too many to handle like that.
Did you find how?.. Looking for this just thought about changing a helper’s value at the automation start, and then setting a known value at end… and have another automation to check for that helper if it was returned to the known state after first automation expected run time…