diff --git a/hassio/tasks.py b/hassio/tasks.py index a4da05c7a..0752af7fd 100644 --- a/hassio/tasks.py +++ b/hassio/tasks.py @@ -72,7 +72,7 @@ class Tasks(CoreSysAttributes): tasks.append(addon.update()) else: _LOGGER.warning( - "Add-on %s will be ignore, schema tests fails", addon.slug) + "Add-on %s will be ignored, schema tests fails", addon.slug) if tasks: _LOGGER.info("Add-on auto update process %d tasks", len(tasks))