Pin addon image to release archive

This commit is contained in:
2026-06-18 12:49:35 +02:00
parent b77992606a
commit 38a85fce74
6 changed files with 6 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ async def lifespan(app: FastAPI) -> AsyncIterator[None]:
app = FastAPI(
title="SillyHome Future API",
description="SillyHome v2 event-core side project.",
version="2.0.0-alpha.4",
version="2.0.0-alpha.5",
lifespan=lifespan,
)