Keep API responsive under HA events

This commit is contained in:
2026-06-18 12:57:01 +02:00
parent 38a85fce74
commit 149f11a18e
6 changed files with 23 additions and 16 deletions

View File

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