mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-13 04:06:33 +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:
|
||||
continue
|
||||
|
||||
if addon.version_installed != addon.version:
|
||||
if addon.version_installed != addon.last_version:
|
||||
tasks.append(addon.update())
|
||||
|
||||
if tasks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user