From 61508deed3a0b581c4aa608f619a2a60d032dbd4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <mail@fabian-affolter.ch> Date: Sat, 29 Jul 2017 08:22:35 +0200 Subject: [PATCH] Upgrade pushbullet.py to 0.11.0 (#8691) * Upgrade pushbullet.py to 0.11.0 * Update sensor as well --- homeassistant/components/notify/pushbullet.py | 2 +- homeassistant/components/sensor/pushbullet.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/notify/pushbullet.py b/homeassistant/components/notify/pushbullet.py index 18f74ac01ae..af58615f423 100644 --- a/homeassistant/components/notify/pushbullet.py +++ b/homeassistant/components/notify/pushbullet.py @@ -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__) diff --git a/homeassistant/components/sensor/pushbullet.py b/homeassistant/components/sensor/pushbullet.py index b81ca1beb38..086698b06bf 100644 --- a/homeassistant/components/sensor/pushbullet.py +++ b/homeassistant/components/sensor/pushbullet.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 84e3618d2a0..5b140580140 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 -- GitLab