Updating to python-wink 0.5.0
Major bugfix. ``` get_bulbs ``` and similar methods were always returning empty lists. Better unit tests have been added to https://github.com/bradsk88/python-wink to avoid this regression.
This commit is contained in:
parent
43613f000d
commit
6e69737e88
6 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ import logging
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.const import CONF_ACCESS_TOKEN, STATE_OPEN, STATE_CLOSED
|
||||
|
||||
REQUIREMENTS = ['python-wink==0.4.2']
|
||||
REQUIREMENTS = ['python-wink==0.5.0']
|
||||
|
||||
|
||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue