mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 19:16:29 +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.sys_create_task(self.sys_resolution.fixup.run_autofix())
|
||||||
|
|
||||||
self.state = CoreState.RUNNING
|
self.state = CoreState.RUNNING
|
||||||
|
self.sys_homeassistant.websocket.supervisor_update_event("supervisor", {})
|
||||||
_LOGGER.info("Supervisor is up and running")
|
_LOGGER.info("Supervisor is up and running")
|
||||||
|
|
||||||
async def stop(self):
|
async def stop(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user