Compare commits

...

1 Commits

Author SHA1 Message Date
Stefan Agner
d0729d51a5 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.
2025-11-06 16:27:50 +01:00

View File

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