Moved Wink binary sensors to a binary sensor class

This commit is contained in:
William Scanlon 2016-02-23 14:20:54 -05:00
parent dc02370b43
commit 5a64ef2c98
9 changed files with 131 additions and 23 deletions

View file

@ -11,7 +11,7 @@ import logging
from homeassistant.components.light import ATTR_BRIGHTNESS, Light
from homeassistant.const import CONF_ACCESS_TOKEN
REQUIREMENTS = ['python-wink==0.6.1']
REQUIREMENTS = ['python-wink==0.6.2']
def setup_platform(hass, config, add_devices_callback, discovery_info=None):