parent
91d2ba609e
commit
9bcc692ff2
|
@ -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__)
|
||||
|
||||
|
|
|
@ -388,7 +388,7 @@ proliphix==0.4.1
|
|||
psutil==5.1.2
|
||||
|
||||
# homeassistant.components.wink
|
||||
pubnubsub-handler==1.0.0
|
||||
pubnubsub-handler==1.0.1
|
||||
|
||||
# homeassistant.components.notify.pushbullet
|
||||
pushbullet.py==0.10.0
|
||||
|
|
Loading…
Reference in New Issue