Updated pubnubsub-handler version (#6829)

This commit is contained in:
William Scanlon 2017-03-28 14:13:45 -04:00 committed by GitHub
parent 429367409c
commit b5336ed04e
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.2.3', 'pubnubsub-handler==1.0.1']
REQUIREMENTS = ['python-wink==1.2.3', 'pubnubsub-handler==1.0.2']
_LOGGER = logging.getLogger(__name__)

View File

@ -441,7 +441,7 @@ proliphix==0.4.1
psutil==5.2.1
# homeassistant.components.wink
pubnubsub-handler==1.0.1
pubnubsub-handler==1.0.2
# homeassistant.components.notify.pushbullet
pushbullet.py==0.10.0