mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-10 16:52:15 -06:00
Wrap the Supervisor auto-update call with suppress(SupervisorUpdateError) to prevent unhandled exceptions from propagating. When an automatic update fails, errors are already logged by the exception handlers, and there's no meaningful recovery action the scheduler task can take. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>