Use fresh HA event state for behavior triggers

This commit is contained in:
2026-06-15 19:37:45 +02:00
parent 9db7cde179
commit 309b33b812
6 changed files with 126 additions and 5 deletions

View File

@@ -100,7 +100,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.7.8",
version="0.7.9",
lifespan=lifespan,
)
app.state.settings = load_settings()