Fix python-nest version bump (#4799)

* Fix python-nest version bump

* Change SHA so version in HASS and dependency are the same
pull/4823/head
R1chardTM 2016-12-08 06:45:43 +01:00 committed by Paulus Schoutsen
parent 194b268ae3
commit 695f062e29
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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