Upgrade pushbullet.py to 0.11.0 (#8691)
* Upgrade pushbullet.py to 0.11.0 * Update sensor as well
This commit is contained in:
parent
1b57566e8e
commit
61508deed3
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue