Switch upstream adafruit package (#15038)
This commit is contained in:
parent
7a180ac205
commit
7cd620d30f
2 changed files with 4 additions and 7 deletions
|
@ -17,10 +17,7 @@ from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
from homeassistant.util.temperature import celsius_to_fahrenheit
|
from homeassistant.util.temperature import celsius_to_fahrenheit
|
||||||
|
|
||||||
# Update this requirement to upstream as soon as it supports Python 3.
|
REQUIREMENTS = ['Adafruit_Python_DHT==1.3.2']
|
||||||
REQUIREMENTS = ['https://github.com/adafruit/Adafruit_Python_DHT/archive/'
|
|
||||||
'da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip'
|
|
||||||
'#Adafruit_DHT==1.3.2']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,9 @@ Adafruit-SHT31==1.0.2
|
||||||
# homeassistant.components.bbb_gpio
|
# homeassistant.components.bbb_gpio
|
||||||
# Adafruit_BBIO==1.0.0
|
# Adafruit_BBIO==1.0.0
|
||||||
|
|
||||||
|
# homeassistant.components.sensor.dht
|
||||||
|
# Adafruit_Python_DHT==1.3.2
|
||||||
|
|
||||||
# homeassistant.components.doorbird
|
# homeassistant.components.doorbird
|
||||||
DoorBirdPy==0.1.3
|
DoorBirdPy==0.1.3
|
||||||
|
|
||||||
|
@ -426,9 +429,6 @@ http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b89974819
|
||||||
# homeassistant.components.remember_the_milk
|
# homeassistant.components.remember_the_milk
|
||||||
httplib2==0.10.3
|
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
|
# homeassistant.components.neato
|
||||||
https://github.com/jabesq/pybotvac/archive/v0.0.5.zip#pybotvac==0.0.5
|
https://github.com/jabesq/pybotvac/archive/v0.0.5.zip#pybotvac==0.0.5
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue