mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 19:57:52 +00:00
Update dht sensor dependency Adafruit_DHT to v1.3.0 (#2900)
The repository already merged the pull request adding python3 support. root is no longer required to use the gpio. Signed-off-by: Roi Dayan <roi.dayan@gmail.com>
This commit is contained in:
parent
18fd17fdf3
commit
b62c3ac56c
@ -13,9 +13,9 @@ 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.
|
# Update this requirement to upstream as soon as it supports Python 3.
|
||||||
REQUIREMENTS = ['http://github.com/mala-zaba/Adafruit_Python_DHT/archive/'
|
REQUIREMENTS = ['http://github.com/adafruit/Adafruit_Python_DHT/archive/'
|
||||||
'4101340de8d2457dd194bca1e8d11cbfc237e919.zip'
|
'310c59b0293354d07d94375f1365f7b9b9110c7d.zip'
|
||||||
'#Adafruit_DHT==1.1.0']
|
'#Adafruit_DHT==1.3.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
|
@ -113,7 +113,7 @@ heatmiserV3==0.9.1
|
|||||||
hikvision==0.4
|
hikvision==0.4
|
||||||
|
|
||||||
# homeassistant.components.sensor.dht
|
# homeassistant.components.sensor.dht
|
||||||
# http://github.com/mala-zaba/Adafruit_Python_DHT/archive/4101340de8d2457dd194bca1e8d11cbfc237e919.zip#Adafruit_DHT==1.1.0
|
# http://github.com/adafruit/Adafruit_Python_DHT/archive/310c59b0293354d07d94375f1365f7b9b9110c7d.zip#Adafruit_DHT==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.light.flux_led
|
# homeassistant.components.light.flux_led
|
||||||
https://github.com/Danielhiversen/flux_led/archive/0.6.zip#flux_led==0.6
|
https://github.com/Danielhiversen/flux_led/archive/0.6.zip#flux_led==0.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user