Open simllll opened 2 months ago
Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (script
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
script documentation script source (message by IssueLinks)
The problem
I have a script that executes 4 things in parallel, one of it is to close the shutters. Somehow, even though it actually works, it reports an error.. the error itself is already kind of strange, because it reports (in red) that there is no error?
The script stops executing afterwards, even htough I have set "continue_on_error: true":
Seems like a bug to me, I couldn't find any related bugs, therefore I openend a new report.
What version of Home Assistant Core has the issue?
core-2024.8.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
close shutter / covers during an automation script
Link to integration documentation on our website
https://www.home-assistant.io/integrations/script/ https://www.home-assistant.io/integrations/overkiz/
Diagnostics information
The shutter is controlled via overkitz, I'm not sure if this is the problem though. It should ignore any errors anyways, so I guess the main issue is that "continue_on_error" is not working correctly?
home-assistant_overkiz_2024-09-03T16-59-31.119Z.last3000lines.log
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response