diff --git a/supervisor/misc/tasks.py b/supervisor/misc/tasks.py index d234665e4..950060cc4 100644 --- a/supervisor/misc/tasks.py +++ b/supervisor/misc/tasks.py @@ -206,7 +206,7 @@ class Tasks(CoreSysAttributes): """ # If Home-Assistant is active if ( - not await self.sys_homeassistant.core.is_failed() + await self.sys_homeassistant.core.is_failed() or not self.sys_homeassistant.watchdog or self.sys_homeassistant.error_state ):