fix #8263 corrected Adafruit DHT library version from 1.3.0 to 1.3.2 (#8562)

Add an optional extended description…
This commit is contained in:
namadori 2017-07-20 15:53:06 +02:00 committed by Pascal Vizeli
parent 90639d33ab
commit 718949481f
2 changed files with 2 additions and 2 deletions

View file

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