Group configured actuator overview
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-16 13:51:02 +02:00
parent a7a2f8c78a
commit 8222f24ebe
5 changed files with 27 additions and 7 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="0.7.15",
version="0.7.16",
lifespan=lifespan,
)
app.state.settings = load_settings()