mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-26 18:46:29 +00:00
Fix missing await (#2180)
This commit is contained in:
parent
ed9aea6219
commit
223e2f1df5
@ -24,7 +24,7 @@ class ResolutionNotify(CoreSysAttributes):
|
|||||||
"""Create persistant notifications about issues."""
|
"""Create persistant notifications about issues."""
|
||||||
if (
|
if (
|
||||||
not self.sys_resolution.issues
|
not self.sys_resolution.issues
|
||||||
or not self.sys_homeassistant.api.check_api_state()
|
or not await self.sys_homeassistant.api.check_api_state()
|
||||||
):
|
):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user