Convert rgb to hsb for Wink Osram light

This commit is contained in:
William Scanlon 2016-09-11 10:30:31 -04:00
parent 11396a221e
commit 58c0990508
10 changed files with 34 additions and 13 deletions

View file

@ -10,7 +10,7 @@ from homeassistant.components.wink import WinkDevice
from homeassistant.const import CONF_ACCESS_TOKEN
from homeassistant.helpers.entity import ToggleEntity
REQUIREMENTS = ['python-wink==0.7.13', 'pubnub==3.8.2']
REQUIREMENTS = ['python-wink==0.7.14', 'pubnub==3.8.2']
def setup_platform(hass, config, add_devices, discovery_info=None):