Switch upstream adafruit package (#15038)

This commit is contained in:
Andrey 2018-06-19 11:30:43 +03:00 committed by Fabian Affolter
parent 7a180ac205
commit 7cd620d30f
2 changed files with 4 additions and 7 deletions

View file

@ -17,10 +17,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
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.2']
REQUIREMENTS = ['Adafruit_Python_DHT==1.3.2']
_LOGGER = logging.getLogger(__name__)