diff --git a/fritz_temp_sync/Dockerfile b/fritz_temp_sync/Dockerfile index 4880ab8..225290b 100755 --- a/fritz_temp_sync/Dockerfile +++ b/fritz_temp_sync/Dockerfile @@ -3,7 +3,7 @@ FROM $BUILD_FROM # Install requirements for add-on RUN apk update && apk add --no-cache python3 py-pip -RUN python3 -m pip install websocket-client requests +RUN python3 -m pip install websockets requests WORKDIR /data diff --git a/fritz_temp_sync/config.yaml b/fritz_temp_sync/config.yaml index 7644348..31bed60 100755 --- a/fritz_temp_sync/config.yaml +++ b/fritz_temp_sync/config.yaml @@ -1,6 +1,6 @@ name: "Fritz!Box Temperature Sync" description: "Sync Fritz!DECT thermostate temperatures with other sensors in Home Assistant" -version: "0.1.0" +version: "0.2.0" slug: "fritz_temp_sync" homeassistant_api: true arch: