Skip to content

Commit

Permalink
Switch upstream adafruit package (home-assistant#15038)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-git authored and eavanvalkenburg committed Jun 28, 2018
1 parent 9868f36 commit ba6028a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions homeassistant/components/sensor/dht.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
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__)

Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Adafruit-SHT31==1.0.2
# homeassistant.components.bbb_gpio
# Adafruit_BBIO==1.0.0

# homeassistant.components.sensor.dht
# Adafruit_Python_DHT==1.3.2

# homeassistant.components.doorbird
DoorBirdPy==0.1.3

Expand Down Expand Up @@ -426,9 +429,6 @@ http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b89974819
# homeassistant.components.remember_the_milk
httplib2==0.10.3

# homeassistant.components.sensor.dht
# https://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.2

# homeassistant.components.neato
https://github.com/jabesq/pybotvac/archive/v0.0.6.zip#pybotvac==0.0.6

Expand Down

0 comments on commit ba6028a

Please sign in to comment.