Localize and streamline dashboard loading
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 21:56:24 +02:00
parent 9419a9cd8c
commit bc4e33ddd8
8 changed files with 225 additions and 37 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.3.0",
version="1.4.0",
lifespan=lifespan,
)
app.state.settings = load_settings()