From 223e2f1df5b64cf704bd566b196de1b4726a210e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 27 Oct 2020 15:10:57 +0100 Subject: [PATCH] Fix missing await (#2180) --- supervisor/resolution/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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