1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Update wink version

This commit is contained in:
William Scanlon
2016-02-21 12:01:32 -05:00
parent ff9568ad26
commit 3da554a198
7 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ import logging
from homeassistant.const import CONF_ACCESS_TOKEN, STATE_CLOSED, STATE_OPEN
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['python-wink==0.6.0']
REQUIREMENTS = ['python-wink==0.6.1']
def setup_platform(hass, config, add_devices, discovery_info=None):