Browse Source

added note explaining that Adafruit-DHT is missing in official image

Fabian Peter Hammerle 4 years ago
parent
commit
b760401841
1 changed files with 11 additions and 0 deletions
  1. 11 0
      Dockerfile

+ 11 - 0
Dockerfile

@@ -4,6 +4,17 @@ FROM homeassistant/home-assistant:$HOME_ASSISTANT_VERSION
 # Adafruit-DHT: no wheel available
 # https://pypi.org/project/Adafruit-DHT/1.4.0/#files
 # https://wheels.home-assistant.io/alpine-3.10/armv7/
+#> $ sudo docker run --rm homeassistant/home-assistant:0.104.3 pip freeze | grep -i adafruit
+#> starting version 3.2.8
+#> Adafruit-Blinka==1.2.1
+#> adafruit-circuitpython-busdevice==4.1.1
+#> adafruit-circuitpython-mcp230xx==1.1.2
+#> Adafruit-GPIO==1.0.3
+#> Adafruit-PCA9685==1.0.1
+#> Adafruit-PlatformDetect==1.4.5
+#> Adafruit-PureIO==1.0.4
+#> Adafruit-SHT31==1.0.2
+# but no 'Adafruit-DHT'
 RUN apk add --no-cache \
     gcc \
     musl-dev