Added DHT temperature/humidity sensor integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-08-22 23:46:21 +01:00
parent 289eebd6a0
commit 6bed284e8b
5 changed files with 129 additions and 0 deletions

View file

@ -326,5 +326,7 @@ setup(
'twilio': ['twilio'],
# Support for Github integration
'github': ['pytz'],
# Support for DHT11/DHT22/AM2302 temperature/humidity sensors
'dht': ['Adafruit_Python_DHT @ git+https://github.com/adafruit/Adafruit_Python_DHT'],
},
)