BUILD-001: invalidate addon application cache per release

This commit is contained in:
2026-06-14 11:38:36 +02:00
parent ba15cc4d83
commit 8d070fc9ca
6 changed files with 21 additions and 4 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.1",
version="0.5.2",
lifespan=lifespan,
)
app.state.settings = load_settings()