Merge pull request #856 from w1ll1am23/Wink_power_strip_support

Wink power strip support
This commit is contained in:
Paulus Schoutsen 2016-01-14 19:23:41 -08:00
commit bed9b038c8
6 changed files with 12 additions and 9 deletions

View file

@ -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.3.1']
REQUIREMENTS = ['python-wink==0.4.1']
def setup_platform(hass, config, add_devices, discovery_info=None):