Add MQTT and gateway discovery

This commit is contained in:
2024-07-04 01:35:38 +02:00
parent e162948cb8
commit d7b3303e50
9 changed files with 174 additions and 54 deletions

View File

@@ -45,6 +45,9 @@ RUN apk add --no-cache sudo bluez tzdata
ENV TZ=Europe/Berlin
ENV DOCKER=true
ENV API=false
ENV NAME=ATC_MiThermometer_Gateway
ENV VERSION=24-07-03
ENV MODE=1
# Copy pips from the pip build stage
COPY --from=pip_build_stage /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages