Add actuator sensor weighting controls
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-17 11:41:46 +02:00
parent 94530d3ecf
commit b9b5def7bb
9 changed files with 331 additions and 14 deletions

View File

@@ -105,7 +105,7 @@ async def lifespan(app: FastAPI) -> AsyncIterator[None]:
app = FastAPI(
title="SillyHome Next API",
description="Lokales Smart-Home-Intelligenzsystem für Home Assistant.",
version="1.0.3",
version="1.0.4",
lifespan=lifespan,
)
app.state.settings = load_settings()