mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Wink: Update pubnubsub-handler version to make it compatible with python 3.7 (#19625)
This commit is contained in:
parent
574669bd20
commit
fe148606b8
@ -25,7 +25,7 @@ from homeassistant.helpers.entity_component import EntityComponent
|
|||||||
from homeassistant.helpers.event import track_time_interval
|
from homeassistant.helpers.event import track_time_interval
|
||||||
from homeassistant.util.json import load_json, save_json
|
from homeassistant.util.json import load_json, save_json
|
||||||
|
|
||||||
REQUIREMENTS = ['python-wink==1.10.1', 'pubnubsub-handler==1.0.2']
|
REQUIREMENTS = ['python-wink==1.10.1', 'pubnubsub-handler==1.0.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -831,7 +831,7 @@ protobuf==3.6.1
|
|||||||
psutil==5.4.8
|
psutil==5.4.8
|
||||||
|
|
||||||
# homeassistant.components.wink
|
# homeassistant.components.wink
|
||||||
pubnubsub-handler==1.0.2
|
pubnubsub-handler==1.0.3
|
||||||
|
|
||||||
# homeassistant.components.notify.pushbullet
|
# homeassistant.components.notify.pushbullet
|
||||||
# homeassistant.components.sensor.pushbullet
|
# homeassistant.components.sensor.pushbullet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user