mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-13 20:26:29 +00:00
Update tasks.py (#110)
This commit is contained in:
parent
7a59e7392b
commit
a98d76618a
@ -27,7 +27,7 @@ def addons_update(loop, addons):
|
|||||||
if not addon.is_installed or not addon.auto_update:
|
if not addon.is_installed or not addon.auto_update:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if addon.version_installed != addon.version:
|
if addon.version_installed != addon.last_version:
|
||||||
tasks.append(addon.update())
|
tasks.append(addon.update())
|
||||||
|
|
||||||
if tasks:
|
if tasks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user