doorbell: fake zigbee probe device + E2E validation (no real ring)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY fake-device.py .
|
||||
CMD ["uv", "run", "--no-cache", "fake-device.py"]
|
||||
Reference in New Issue
Block a user