forked from platypush/platypush
Added DHT temperature/humidity sensor integration [closes #113]
This commit is contained in:
parent
289eebd6a0
commit
6bed284e8b
5 changed files with 129 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue