Update wink version

This commit is contained in:
William Scanlon 2016-02-21 12:01:32 -05:00
parent ff9568ad26
commit 3da554a198
7 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@ from homeassistant.helpers.entity import ToggleEntity
from homeassistant.loader import get_component
DOMAIN = "wink"
REQUIREMENTS = ['python-wink==0.6.0']
REQUIREMENTS = ['python-wink==0.6.1']
DISCOVER_LIGHTS = "wink.lights"
DISCOVER_SWITCHES = "wink.switches"