We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a59e73 commit a98d766Copy full SHA for a98d766
hassio/tasks.py
@@ -27,7 +27,7 @@ async def _addons_update():
27
if not addon.is_installed or not addon.auto_update:
28
continue
29
30
- if addon.version_installed != addon.version:
+ if addon.version_installed != addon.last_version:
31
tasks.append(addon.update())
32
33
if tasks:
0 commit comments