Is there any way to get the execution status of an automation or script?
If an error occurs during execution, I need to process it in another automation.
What errors can occur with that automation or script? Why not fix those?
I guess you can set a helper at the beginning of the automation or script and reset it later. If that reset does not happen, you can do another automation.
1 Like
I can’t get around the problem because the integration I’m using doesn’t work correctly with continue_on_error: true this is HA’s own fault continue_on_error: not working on automations · Issue #115401 · home-assistant/core · GitHub and as I understand it won’t be fixed
And I need to get around the error when the wi-fi equipment is not available for a few seconds and I try to access it.