mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Update python wink requirement
This commit is contained in:
parent
06cb97adee
commit
f464d591c9
@ -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…
x
Reference in New Issue
Block a user