Update Adafruit_Python_DHT to support new raspberry kernel (#6325)
* Update Adafruit_Python_DHT to support new raspberry kernel * update Adafruit Python DHTpull/6355/head
parent
44ec6b056e
commit
46f5a65e68
|
@ -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__)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue