Stabilize dashboard loading hotfix
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled

This commit is contained in:
2026-06-17 23:19:22 +02:00
parent 47fa8eb0ce
commit 10f9113547
8 changed files with 69 additions and 11 deletions

View File

@@ -105,7 +105,7 @@ async def lifespan(app: FastAPI) -> AsyncIterator[None]:
app = FastAPI(
title="SillyHome Next API",
description="Lokales Smart-Home-Intelligenzsystem für Home Assistant.",
version="1.5.0",
version="1.5.1",
lifespan=lifespan,
)
app.state.settings = load_settings()