1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

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

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,