Updated pubnubsub-handler version (#6829)
parent
429367409c
commit
b5336ed04e
homeassistant/components
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue