1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

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

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):