فهرست منبع

document replacement of Adafruit-DHT with circuitpython

Fabian Peter Hammerle 3 سال پیش
والد
کامیت
9190bc00bf
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -17,6 +17,9 @@ FROM homeassistant/home-assistant:$HOME_ASSISTANT_VERSION
 #> Adafruit-PureIO==1.0.4
 #> Adafruit-PureIO==1.0.4
 #> Adafruit-SHT31==1.0.2
 #> Adafruit-SHT31==1.0.2
 # but no 'Adafruit-DHT'
 # but no 'Adafruit-DHT'
+# home-assistant/core v2021.5.0 replaced Adafruit-DHT with circuitpython
+# https://github.com/home-assistant/core/commit/d6c01cc0e60439ceb89df5feafc1bcb4e0892357
+# https://github.com/home-assistant/core/commit/c4a2dd5c3d91aea60f082d1ba2c253988b3b4c79
 # hadolint ignore=DL3018
 # hadolint ignore=DL3018
 RUN apk add --no-cache \
 RUN apk add --no-cache \
     gcc \
     gcc \