Upgrade Adafruit-DHT to 1.3.3 (#15706)
* Change to newer pip package The package Adafruit_Python_DHT==1.3.2 was broken and would not install, breaking DHT sensor support in Home assistant. It has since been fixed in Adafruit-DHT==1.3.3. See: https://github.com/adafruit/Adafruit_Python_DHT/issues/99 * Update requirements_all.txt New or updated dependencies have been added to `requirements_all.txt` by running `script/gen_requirements_all.py`. * Comment out Adafruit-DHT Adafruit_Python_DHT changed name to Adafruit-DHT, which still need pyx support breaking our CI, need to be comment out. * Update requirements_all.txt
This commit is contained in:
parent
1e5596b594
commit
cf87b76b0c
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ COMMENT_REQUIREMENTS = (
|
|||
'RPi.GPIO',
|
||||
'raspihats',
|
||||
'rpi-rf',
|
||||
'Adafruit_Python_DHT',
|
||||
'Adafruit-DHT',
|
||||
'Adafruit_BBIO',
|
||||
'fritzconnection',
|
||||
'pybluez',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue