1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Split recorder and frontend bootstrap steps (#122420)

This commit is contained in:
Erik Montnemery
2024-07-22 23:07:49 +02:00
committed by GitHub
parent ee30510b23
commit 3df6b34a03
3 changed files with 4 additions and 6 deletions
-3
View File
@@ -436,9 +436,6 @@ async def test_setup_frontend_before_recorder(hass: HomeAssistant) -> None:
MockModule(
domain="recorder",
async_setup=gen_domain_setup("recorder"),
partial_manifest={
"after_dependencies": ["http"],
},
),
)