Skip to content

Commit a98d766

Browse files
authored
Update tasks.py (#110)
1 parent 7a59e73 commit a98d766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hassio/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async def _addons_update():
2727
if not addon.is_installed or not addon.auto_update:
2828
continue
2929

30-
if addon.version_installed != addon.version:
30+
if addon.version_installed != addon.last_version:
3131
tasks.append(addon.update())
3232

3333
if tasks:

0 commit comments

Comments
 (0)