The “continue_on_error” option does not work for my scripts/automations, do not know why but i used run in parallel and it solved my problem : “do not crash if something is not okay” so i do not use it anymore.
I need my HVAC to turn off when i leave home, even if my xmas light are disconnected. I think “continue_on_error” not by default is a very coder oriented way to think. is the an utility for this ?
Does a “Mandatory step” checkbox is a easier option for not IT people ?
We have no idea how your automation failed, so we can’t answer your question. Start by posting the automation, and if there is an error, post the error from the logs. If there isn’t an error, let us know where you had continue_on_error, and let us know how you know it failed.
continue_on_error will not work for errors like that. It only works for errors occurred during the execution of a service call. NotImplementedError comes from a media player that does not support the media_stop service. This is checked before a service call is executed, therefore making continue_on_error miss it.
understood. I used a area to select all my media players at once and never edit the automation again if new media_player is added.
too bad and not very user friendly.