Skip to content

Commit

Permalink
Merge 9435a06 into cd6544d
Browse files Browse the repository at this point in the history
  • Loading branch information
superpuffin committed Jul 27, 2018
2 parents cd6544d + 9435a06 commit 17ec5fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/dht.py
Expand Up @@ -17,7 +17,7 @@
from homeassistant.util import Throttle
from homeassistant.util.temperature import celsius_to_fahrenheit

REQUIREMENTS = ['Adafruit_Python_DHT==1.3.2']
REQUIREMENTS = ['Adafruit-DHT==1.3.3']

_LOGGER = logging.getLogger(__name__)

Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Expand Up @@ -14,6 +14,9 @@ voluptuous==0.11.1
# homeassistant.components.nuimo_controller
--only-binary=all nuimo==0.1.0

# homeassistant.components.sensor.dht
# Adafruit-DHT==1.3.3

# homeassistant.components.sensor.sht31
Adafruit-GPIO==1.0.3

Expand All @@ -23,9 +26,6 @@ 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
2 changes: 1 addition & 1 deletion script/gen_requirements_all.py
Expand Up @@ -11,7 +11,7 @@
'RPi.GPIO',
'raspihats',
'rpi-rf',
'Adafruit_Python_DHT',
'Adafruit-DHT',
'Adafruit_BBIO',
'fritzconnection',
'pybluez',
Expand Down

0 comments on commit 17ec5fc

Please sign in to comment.