Remove unhealthy system check for OS updates

An outdated Home Assistant OS might be the reason for the system to be
declared unhealthy (e.g. due to an old Docker version). Operating system
updates are fairly self contained and unlikely negatively impacted by
a system being unhealthy. Let's allow operating system updates even on
unhealthy systems to help users getting back to a healthy state.
This commit is contained in:
Stefan Agner 2025-11-06 16:27:50 +01:00
parent d96ea9aef9
commit d0729d51a5
No known key found for this signature in database
GPG Key ID: AE01353D1E44747D

View File

@ -278,7 +278,6 @@ class OSManager(CoreSysAttributes):
name="os_manager_update", name="os_manager_update",
conditions=[ conditions=[
JobCondition.HAOS, JobCondition.HAOS,
JobCondition.HEALTHY,
JobCondition.INTERNET_SYSTEM, JobCondition.INTERNET_SYSTEM,
JobCondition.RUNNING, JobCondition.RUNNING,
JobCondition.SUPERVISOR_UPDATED, JobCondition.SUPERVISOR_UPDATED,