Moved Wink binary sensors to a binary sensor class
This commit is contained in:
parent
dc02370b43
commit
5a64ef2c98
9 changed files with 131 additions and 23 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue