Batch unrouted HA state events

This commit is contained in:
2026-06-18 13:00:57 +02:00
parent 149f11a18e
commit 937c79a19b
6 changed files with 56 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ FROM python:3.13-slim
WORKDIR /app
ARG SILLYHOME_FUTURE_REF=v2.0.0-alpha.6
ARG SILLYHOME_FUTURE_REF=v2.0.0-alpha.7
RUN python -m pip install --no-cache-dir \
"http://192.168.6.31:3000/Otto/sillyhome-future/archive/${SILLYHOME_FUTURE_REF}.tar.gz"