pull/5982/head
William Scanlon 2017-02-13 21:08:37 -05:00 committed by GitHub
parent 32fc164df3
commit 41c2392f8b
2 changed files with 2 additions and 2 deletions

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.1.1', 'pubnubsub-handler==1.0.0']
REQUIREMENTS = ['python-wink==1.1.1', 'pubnubsub-handler==1.0.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -400,7 +400,7 @@ proliphix==0.4.1
psutil==5.1.3
# homeassistant.components.wink
pubnubsub-handler==1.0.0
pubnubsub-handler==1.0.1
# homeassistant.components.notify.pushbullet
pushbullet.py==0.10.0