Update python wink requirement
parent
06cb97adee
commit
f464d591c9
homeassistant/components/garage_door
|
@ -11,7 +11,7 @@ import logging
|
|||
from homeassistant.components.garage_door import GarageDoorDevice
|
||||
from homeassistant.const import CONF_ACCESS_TOKEN
|
||||
|
||||
REQUIREMENTS = ['python-wink==0.4.2']
|
||||
REQUIREMENTS = ['python-wink==0.5.0']
|
||||
|
||||
|
||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
|
|
|
@ -190,9 +190,6 @@ python-telegram-bot==3.2.0
|
|||
# homeassistant.components.sensor.twitch
|
||||
python-twitch==1.2.0
|
||||
|
||||
# homeassistant.components.garage_door.wink
|
||||
python-wink==0.4.2
|
||||
|
||||
# homeassistant.components.wink
|
||||
# homeassistant.components.garage_door.wink
|
||||
# homeassistant.components.light.wink
|
||||
|
|
Loading…
Reference in New Issue