Upgrade pushbullet.py to 0.11.0 (#8691)

* Upgrade pushbullet.py to 0.11.0

* Update sensor as well
This commit is contained in:
Fabian Affolter 2017-07-29 08:22:35 +02:00 committed by Paulus Schoutsen
parent 1b57566e8e
commit 61508deed3
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.components.notify import (
from homeassistant.const import CONF_API_KEY
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pushbullet.py==0.10.0']
REQUIREMENTS = ['pushbullet.py==0.11.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -13,7 +13,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pushbullet.py==0.10.0']
REQUIREMENTS = ['pushbullet.py==0.11.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -495,7 +495,7 @@ pubnubsub-handler==1.0.2
# homeassistant.components.notify.pushbullet
# homeassistant.components.sensor.pushbullet
pushbullet.py==0.10.0
pushbullet.py==0.11.0
# homeassistant.components.notify.pushetta
pushetta==1.0.15