Upgrading to python-wink 0.7.4 and improving RGB color support in HA (#1832)

This commit is contained in:
Brad Johnson 2016-04-17 20:07:21 -06:00 committed by Paulus Schoutsen
parent bb439129e6
commit 09693bf16c
11 changed files with 195 additions and 15 deletions

View file

@ -9,7 +9,7 @@ import logging
from homeassistant.components.wink import WinkToggleDevice
from homeassistant.const import CONF_ACCESS_TOKEN
REQUIREMENTS = ['python-wink==0.6.4']
REQUIREMENTS = ['python-wink==0.7.4']
def setup_platform(hass, config, add_devices, discovery_info=None):