mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Updated pubnubsub-handler version (#6829)
This commit is contained in:
parent
429367409c
commit
b5336ed04e
@ -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…
x
Reference in New Issue
Block a user