mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-10 00:39:22 -06: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:
parent
d96ea9aef9
commit
d0729d51a5
@ -278,7 +278,6 @@ class OSManager(CoreSysAttributes):
|
||||
name="os_manager_update",
|
||||
conditions=[
|
||||
JobCondition.HAOS,
|
||||
JobCondition.HEALTHY,
|
||||
JobCondition.INTERNET_SYSTEM,
|
||||
JobCondition.RUNNING,
|
||||
JobCondition.SUPERVISOR_UPDATED,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user