My apologies for posting this to here and Reddit, but I didn’t get a response on Reddit so I’m trying here:
I have a question about the “Continue on Error” option and how the logic executes. Let me explain it with two different scripts:
Script one: each light is turned on one at a time, with “continue on error” applied to each one.
Script two: a single entry for an entire area is set to turn on all the lights.
Can I apply “continue on error” to script 2? And if so, does this apply to each light, so that if one light fails, the others will continue to be controlled, or does it just fail the entire entry and move on to whatever is next in the script?
One more question: is there any way to put a “continue on error” command on…well…just everything? It actually seems strange to me that the default behavior is to fail on errors. I would assume it would be the other way around. I have absolutely no scripts or automtions that I would want to stop mid-way through just because a device didn’t/couldn’t respond or something. That seems crazy to me. It seems even crazier that the only way around this is to add a line of YAML code to every single instruction in a script or automation. Why does it work this way?