From 264310074faf54f25e77cc83f9d8e6ebcc0d8cf9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 24 Jan 2017 22:13:22 -0800 Subject: [PATCH] Update Wink requirement --- homeassistant/components/wink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)