mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Upgrade pushbullet.py to 0.10.0 (#1939)
This commit is contained in:
parent
abc00c76bc
commit
cfd7ca344e
@ -11,7 +11,7 @@ from homeassistant.components.notify import (
|
|||||||
from homeassistant.const import CONF_API_KEY
|
from homeassistant.const import CONF_API_KEY
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ['pushbullet.py==0.9.0']
|
REQUIREMENTS = ['pushbullet.py==0.10.0']
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
|
@ -176,7 +176,7 @@ proliphix==0.1.0
|
|||||||
psutil==4.1.0
|
psutil==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.notify.pushbullet
|
# homeassistant.components.notify.pushbullet
|
||||||
pushbullet.py==0.9.0
|
pushbullet.py==0.10.0
|
||||||
|
|
||||||
# homeassistant.components.notify.pushetta
|
# homeassistant.components.notify.pushetta
|
||||||
pushetta==1.0.15
|
pushetta==1.0.15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user