diff --git a/homeassistant/components/notify/pushbullet.py b/homeassistant/components/notify/pushbullet.py index 18f74ac01ae7a1947ffd6ed143bac4a80feca8d6..af58615f423220f14d943118c95bee29bb15575e 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 b81ca1beb380a0fb07c7bb6e2e365aea7dd2ae0f..086698b06bf95eca22ae526b13532c3ac9052a6e 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 84e3618d2a03faaef747e485cbafa5119e2790fe..5b140580140372e76de8158c51934d5f8ff605ca 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