Signal frontend to refresh on SU startup (#2603)

* Signal frontend to refresh on SU startup

* Use sync variant
This commit is contained in:
Joakim Sørensen 2021-02-22 14:31:48 +01:00 committed by GitHub
parent e2faf906de
commit 6b7d437b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,7 @@ class Core(CoreSysAttributes):
self.sys_create_task(self.sys_resolution.fixup.run_autofix())
self.state = CoreState.RUNNING
self.sys_homeassistant.websocket.supervisor_update_event("supervisor", {})
_LOGGER.info("Supervisor is up and running")
async def stop(self):