Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jul 6, 2017
1 parent 4dfd11f commit 710f857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hassio/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def _addons_update():
"""Check if a update is available of a addon and update it."""
tasks = []
for addon in addons.list_addons:
if not addon.is_installed:
if not addon.is_installed or not addon.auto_update:
continue

if addon.version_installed != addon.version:
Expand Down

0 comments on commit 710f857

Please sign in to comment.