Filter room management maintenance actions
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-07-26 23:18:19 +02:00
parent 1788f9d963
commit 81b2327e84
5 changed files with 48 additions and 3 deletions

View File

@@ -117,7 +117,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.7.7",
version="1.7.8",
lifespan=lifespan,
)
app.state.settings = load_settings()