Update requirements
This commit is contained in:
parent
5a14d251b4
commit
8aeb8cb1a6
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user