mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
updated python-wink requirements for 3.0.1
This commit is contained in:
parent
afbf377b6d
commit
f6d16ba118
@ -13,8 +13,8 @@ from homeassistant.components.wink import WinkToggleDevice
|
|||||||
from homeassistant.const import CONF_ACCESS_TOKEN
|
from homeassistant.const import CONF_ACCESS_TOKEN
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
||||||
'91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip'
|
'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip'
|
||||||
'#python-wink==0.3.0']
|
'#python-wink==0.3.1']
|
||||||
|
|
||||||
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
||||||
""" Find and return Wink lights. """
|
""" Find and return Wink lights. """
|
||||||
|
@ -12,8 +12,8 @@ from homeassistant.components.lock import LockDevice
|
|||||||
from homeassistant.const import CONF_ACCESS_TOKEN
|
from homeassistant.const import CONF_ACCESS_TOKEN
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
||||||
'91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip'
|
'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip'
|
||||||
'#python-wink==0.3.0']
|
'#python-wink==0.3.1']
|
||||||
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
""" Sets up the Wink platform. """
|
""" Sets up the Wink platform. """
|
||||||
|
@ -12,8 +12,8 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from homeassistant.const import CONF_ACCESS_TOKEN, STATE_OPEN, STATE_CLOSED
|
from homeassistant.const import CONF_ACCESS_TOKEN, STATE_OPEN, STATE_CLOSED
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
||||||
'91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip'
|
'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip'
|
||||||
'#python-wink==0.3.0']
|
'#python-wink==0.3.1']
|
||||||
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
""" Sets up the Wink platform. """
|
""" Sets up the Wink platform. """
|
||||||
|
@ -12,8 +12,8 @@ from homeassistant.components.wink import WinkToggleDevice
|
|||||||
from homeassistant.const import CONF_ACCESS_TOKEN
|
from homeassistant.const import CONF_ACCESS_TOKEN
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
||||||
'91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip'
|
'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip'
|
||||||
'#python-wink==0.3.0']
|
'#python-wink==0.3.1']
|
||||||
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
""" Sets up the Wink platform. """
|
""" Sets up the Wink platform. """
|
||||||
|
@ -17,8 +17,8 @@ from homeassistant.const import (
|
|||||||
|
|
||||||
DOMAIN = "wink"
|
DOMAIN = "wink"
|
||||||
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
||||||
'91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip'
|
'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip'
|
||||||
'#python-wink==0.3.0']
|
'#python-wink==0.3.1']
|
||||||
|
|
||||||
DISCOVER_LIGHTS = "wink.lights"
|
DISCOVER_LIGHTS = "wink.lights"
|
||||||
DISCOVER_SWITCHES = "wink.switches"
|
DISCOVER_SWITCHES = "wink.switches"
|
||||||
|
@ -9,6 +9,9 @@ jinja2>=2.8
|
|||||||
# homeassistant.components.arduino
|
# homeassistant.components.arduino
|
||||||
PyMata==2.07a
|
PyMata==2.07a
|
||||||
|
|
||||||
|
# homeassistant.components.device_tracker.icloud
|
||||||
|
pyicloud==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.netgear
|
# homeassistant.components.device_tracker.netgear
|
||||||
pynetgear==0.3
|
pynetgear==0.3
|
||||||
|
|
||||||
@ -60,7 +63,7 @@ https://github.com/pavoni/home-assistant-vera-api/archive/efdba4e63d58a30bc9b36d
|
|||||||
# homeassistant.components.lock.wink
|
# homeassistant.components.lock.wink
|
||||||
# homeassistant.components.sensor.wink
|
# homeassistant.components.sensor.wink
|
||||||
# homeassistant.components.switch.wink
|
# homeassistant.components.switch.wink
|
||||||
https://github.com/balloob/python-wink/archive/42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip#python-wink==0.2
|
https://github.com/bradsk88/python-wink/archive/d3fcce7528bd031a2c05363a108628acc4eb03aa.zip#python-wink==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.cast
|
# homeassistant.components.media_player.cast
|
||||||
pychromecast==0.6.12
|
pychromecast==0.6.12
|
||||||
@ -83,9 +86,6 @@ https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b6
|
|||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
paho-mqtt==1.1
|
paho-mqtt==1.1
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
|
||||||
jsonpath-rw==1.4.0
|
|
||||||
|
|
||||||
# homeassistant.components.notify.pushbullet
|
# homeassistant.components.notify.pushbullet
|
||||||
pushbullet.py==0.9.0
|
pushbullet.py==0.9.0
|
||||||
|
|
||||||
@ -119,6 +119,9 @@ py-cpuinfo==0.1.6
|
|||||||
# 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/mala-zaba/Adafruit_Python_DHT/archive/4101340de8d2457dd194bca1e8d11cbfc237e919.zip#Adafruit_DHT==1.1.0
|
||||||
|
|
||||||
|
# homeassistant.components.sensor.dweet
|
||||||
|
dweepy==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.forecast
|
# homeassistant.components.sensor.forecast
|
||||||
python-forecastio==1.3.3
|
python-forecastio==1.3.3
|
||||||
|
|
||||||
@ -145,6 +148,9 @@ https://github.com/rkabadi/temper-python/archive/3dbdaf2d87b8db9a3cd6e5585fc7045
|
|||||||
# homeassistant.components.switch.transmission
|
# homeassistant.components.switch.transmission
|
||||||
transmissionrpc==0.11
|
transmissionrpc==0.11
|
||||||
|
|
||||||
|
# homeassistant.components.sensor.twitch
|
||||||
|
python-twitch==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.sun
|
# homeassistant.components.sun
|
||||||
astral==0.8.1
|
astral==0.8.1
|
||||||
|
|
||||||
@ -155,11 +161,14 @@ https://github.com/rkabadi/pyedimax/archive/365301ce3ff26129a7910c501ead09ea625f
|
|||||||
hikvision==0.4
|
hikvision==0.4
|
||||||
|
|
||||||
# homeassistant.components.switch.orvibo
|
# homeassistant.components.switch.orvibo
|
||||||
orvibo==1.0.1
|
orvibo==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.switch.wemo
|
# homeassistant.components.switch.wemo
|
||||||
pywemo==0.3.3
|
pywemo==0.3.3
|
||||||
|
|
||||||
|
# homeassistant.components.thermostat.heatmiser
|
||||||
|
heatmiserV3==0.9.1
|
||||||
|
|
||||||
# homeassistant.components.thermostat.honeywell
|
# homeassistant.components.thermostat.honeywell
|
||||||
evohomeclient==0.2.4
|
evohomeclient==0.2.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user