diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py index 2ef80c8058b..c1de7e340c1 100644 --- a/homeassistant/components/wink.py +++ b/homeassistant/components/wink.py @@ -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__)