Release SillyHome Next 1.7.4
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 21:59:21 +02:00
parent 08e41b0198
commit 33cce32098
4 changed files with 21 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.3",
version="1.7.4",
lifespan=lifespan,
)
app.state.settings = load_settings()