core/tests/components/hassio
J. Nick Koston aa216f0298
Add system_health to the hassio pre-imports to avoid a late executor job (#112466)
* 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
2024-03-05 21:31:38 -05:00
..
__init__.py
conftest.py Small speed up to checking core state (#107845) 2024-01-18 08:41:32 -10:00
test_addon_manager.py
test_addon_panel.py
test_auth.py
test_binary_sensor.py
test_config_flow.py
test_diagnostics.py
test_discovery.py
test_handler.py
test_http.py Use builtin TimeoutError [e-i] (#109679) 2024-02-05 12:00:37 +01:00
test_ingress.py Avoid compressing application (tarfile) downloads from supervisor (#110224) 2024-02-21 12:45:47 -06:00
test_init.py Remove deprecated `hass.components.hassio` usage (#111878) 2024-03-02 15:38:31 +01:00
test_issues.py Use builtin TimeoutError [misc] (#109703) 2024-02-05 18:45:16 +01:00
test_repairs.py Add generic classes BaseFlowHandler and BaseFlowManager (#111814) 2024-02-29 16:52:39 +01:00
test_sensor.py
test_system_health.py Add system_health to the hassio pre-imports to avoid a late executor job (#112466) 2024-03-05 21:31:38 -05:00
test_update.py Split up hassio coordinator and data into new file to allow preload (#112147) 2024-03-03 21:16:02 -05:00
test_websocket_api.py