Fix python-nest version bump (#4799)
* Fix python-nest version bump * Change SHA so version in HASS and dependency are the samepull/4823/head
parent
194b268ae3
commit
695f062e29
|
@ -19,8 +19,8 @@ _LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'http://github.com/technicalpickles/python-nest'
|
'http://github.com/technicalpickles/python-nest'
|
||||||
'/archive/dd628f90772d170b9602f262d5d2e7d61bdd3cf5.zip' # nest-cam branch
|
'/archive/7a2eb38d391bddeb78079437f001224c370b555a.zip' # nest-cam branch
|
||||||
'#python-nest==3.0.0']
|
'#python-nest==3.0.1']
|
||||||
|
|
||||||
DOMAIN = 'nest'
|
DOMAIN = 'nest'
|
||||||
|
|
||||||
|
|
|
@ -167,7 +167,7 @@ hikvision==0.4
|
||||||
# http://github.com/adafruit/Adafruit_Python_DHT/archive/310c59b0293354d07d94375f1365f7b9b9110c7d.zip#Adafruit_DHT==1.3.0
|
# http://github.com/adafruit/Adafruit_Python_DHT/archive/310c59b0293354d07d94375f1365f7b9b9110c7d.zip#Adafruit_DHT==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.nest
|
# homeassistant.components.nest
|
||||||
http://github.com/technicalpickles/python-nest/archive/dd628f90772d170b9602f262d5d2e7d61bdd3cf5.zip#python-nest==3.0.0
|
http://github.com/technicalpickles/python-nest/archive/7a2eb38d391bddeb78079437f001224c370b555a.zip#python-nest==3.0.1
|
||||||
|
|
||||||
# homeassistant.components.light.flux_led
|
# homeassistant.components.light.flux_led
|
||||||
https://github.com/Danielhiversen/flux_led/archive/0.9.zip#flux_led==0.9
|
https://github.com/Danielhiversen/flux_led/archive/0.9.zip#flux_led==0.9
|
||||||
|
|
Loading…
Reference in New Issue