UI-001: simplify addon setup and explain ingress workflow

This commit is contained in:
2026-06-14 11:02:38 +02:00
parent ce568056fc
commit da51ac2063
7 changed files with 77 additions and 47 deletions

View File

@@ -77,7 +77,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.5.0",
version="0.5.1",
lifespan=lifespan,
)
app.state.settings = load_settings()