mirror of
https://github.com/home-assistant/core.git
synced 2026-09-15 18:24:59 -05:00
* Add system_health to the hassio pre-imports to avoid a late executor job `2024-03-05 17:01:33.034 DEBUG (MainThread) [homeassistant.loader] Importing platforms for hassio executor=[system_health] loop=[] took 0.12s` This one does not take that much time but it happens at a time where the import executor is the most busy during startup * key * move patch as its too early now