Wink Rollershutter (#2294)

* Update python-wink to 0.7.7

* Add Wink Rollershutter component
This commit is contained in:
Phil Kates 2016-06-18 09:59:13 -07:00 committed by Paulus Schoutsen
parent 2882f05f2c
commit 40840044ca
9 changed files with 102 additions and 8 deletions

View file

@ -13,7 +13,7 @@ from homeassistant.util import color as color_util
from homeassistant.util.color import \
color_temperature_mired_to_kelvin as mired_to_kelvin
REQUIREMENTS = ['python-wink==0.7.6']
REQUIREMENTS = ['python-wink==0.7.7']
def setup_platform(hass, config, add_devices_callback, discovery_info=None):