diff --git a/supervisor/resolution/notify.py b/supervisor/resolution/notify.py index 18bad4dee..eec3aaa1b 100644 --- a/supervisor/resolution/notify.py +++ b/supervisor/resolution/notify.py @@ -24,7 +24,7 @@ class ResolutionNotify(CoreSysAttributes): """Create persistant notifications about issues.""" if ( 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