Update Wink requirement

This commit is contained in:
Paulus Schoutsen 2017-01-24 22:13:22 -08:00
parent 191d7b0a50
commit 264310074f

View file

@ -15,7 +15,7 @@ from homeassistant.const import (
from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['python-wink==1.0.0', 'pubnubsub-handler==0.0.7']
REQUIREMENTS = ['python-wink==1.0.0', 'pubnubsub-handler==1.0.0']
_LOGGER = logging.getLogger(__name__)