Hi everyone, maybe I’m missing something, but in the last few weeks I keep struggling with the lack of error handling capabilities of home assistant automation/scripting engine. I have 4 or 5 esphome devices included in some automations that sometimes go offline for various reasons. While all other automatons just keep going if something isn’t online, the whole block fails in these cases without notification and I have to manually check the logs to see what’s happening. They’re not vital devices and I’d prefer the automation to complete regardless of the esphome state.
i solved partially creating a script just for the esphome part and then calling the script.turn_on inside the automation, but this will create lots of duplicate scripts unnecessarily.
Any hint?
Thanks everyone!