mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-16 21:56:29 +00:00
Fix API watchdog never trigger (#2958)
This commit is contained in:
parent
4f9e646b4c
commit
adf355e54f
@ -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
|
||||
):
|
||||
|
Loading…
x
Reference in New Issue
Block a user