mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +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:
parent
e2faf906de
commit
6b7d437b00
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user