Load actuator suggestions asynchronously
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-06-16 12:14:51 +02:00
parent 1b2b76455a
commit faf4099756
5 changed files with 9 additions and 8 deletions

View File

@@ -102,7 +102,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.13",
version="0.7.14",
lifespan=lifespan,
)
app.state.settings = load_settings()