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

@ -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__)