mirror of
https://github.com/home-assistant/core.git
synced 2026-07-16 02:53:27 +01:00
d50b4ccd62
* Split up hassio coordinator and data into new file to allow preload Since we cannot mark hassio as having a config_flow, it will not get preloaded and since cloud will almost always load right after it and block the import executor, we want to preload the hassio config_flow and platform modules so the other dependants can continue on while cloud is being imported to not delay startup * tweak * tweak