Update Adafruit_Python_DHT to support new raspberry kernel (#6325)

* Update Adafruit_Python_DHT to support new raspberry kernel

* update Adafruit Python DHT
This commit is contained in:
Mitko Masarliev 2017-03-02 09:39:33 +02:00 committed by Pascal Vizeli
parent 44ec6b056e
commit 46f5a65e68
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.util.temperature import celsius_to_fahrenheit
# Update this requirement to upstream as soon as it supports Python 3.
REQUIREMENTS = ['http://github.com/adafruit/Adafruit_Python_DHT/archive/'
'310c59b0293354d07d94375f1365f7b9b9110c7d.zip'
'da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip'
'#Adafruit_DHT==1.3.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -210,7 +210,7 @@ heatmiserV3==0.9.1
hikvision==0.4
# homeassistant.components.sensor.dht
# http://github.com/adafruit/Adafruit_Python_DHT/archive/310c59b0293354d07d94375f1365f7b9b9110c7d.zip#Adafruit_DHT==1.3.0
# http://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.0
# homeassistant.components.switch.dlink
https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4