mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Requirements use zip instead of git (#4692)
This commit is contained in:
parent
f63a79ee8f
commit
d3b62e1fe1
@ -18,8 +18,8 @@ _CONFIGURING = {}
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'git+https://github.com/technicalpickles/python-nest.git'
|
'http://github.com/technicalpickles/python-nest'
|
||||||
'@0be5c8a6307ee81540f21aac4fcd22cc5d98c988' # nest-cam branch
|
'/archive/0be5c8a6307ee81540f21aac4fcd22cc5d98c988.zip' # nest-cam branch
|
||||||
'#python-nest==3.0.0']
|
'#python-nest==3.0.0']
|
||||||
|
|
||||||
DOMAIN = 'nest'
|
DOMAIN = 'nest'
|
||||||
|
@ -13,7 +13,8 @@ from homeassistant.const import (CONF_MAC, CONF_NAME, EVENT_HOMEASSISTANT_STOP)
|
|||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'--only-binary=all ' # avoid compilation of gattlib
|
'--only-binary=all ' # avoid compilation of gattlib
|
||||||
'git+https://github.com/getSenic/nuimo-linux-python'
|
'http://github.com/getSenic/nuimo-linux-python'
|
||||||
|
'/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip'
|
||||||
'#nuimo==1.0.0']
|
'#nuimo==1.0.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -11,7 +11,7 @@ aiohttp==1.1.6
|
|||||||
async_timeout==1.1.0
|
async_timeout==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.nuimo_controller
|
# homeassistant.components.nuimo_controller
|
||||||
--only-binary=all git+https://github.com/getSenic/nuimo-linux-python#nuimo==1.0.0
|
--only-binary=all http://github.com/getSenic/nuimo-linux-python/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip#nuimo==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
PyISY==1.0.7
|
PyISY==1.0.7
|
||||||
@ -131,9 +131,6 @@ fuzzywuzzy==0.14.0
|
|||||||
# homeassistant.components.device_tracker.bluetooth_le_tracker
|
# homeassistant.components.device_tracker.bluetooth_le_tracker
|
||||||
# gattlib==0.20150805
|
# gattlib==0.20150805
|
||||||
|
|
||||||
# homeassistant.components.nest
|
|
||||||
git+https://github.com/technicalpickles/python-nest.git@0be5c8a6307ee81540f21aac4fcd22cc5d98c988#python-nest==3.0.0
|
|
||||||
|
|
||||||
# homeassistant.components.notify.gntp
|
# homeassistant.components.notify.gntp
|
||||||
gntp==1.0.3
|
gntp==1.0.3
|
||||||
|
|
||||||
@ -167,6 +164,9 @@ hikvision==0.4
|
|||||||
# homeassistant.components.sensor.dht
|
# homeassistant.components.sensor.dht
|
||||||
# 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
|
||||||
|
http://github.com/technicalpickles/python-nest/archive/0be5c8a6307ee81540f21aac4fcd22cc5d98c988.zip#python-nest==3.0.0
|
||||||
|
|
||||||
# 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…
x
Reference in New Issue
Block a user