mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
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
@ -14,7 +14,7 @@ from homeassistant.components.notify import (
|
|||||||
from homeassistant.const import CONF_API_KEY
|
from homeassistant.const import CONF_API_KEY
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pushbullet.py==0.10.0']
|
REQUIREMENTS = ['pushbullet.py==0.11.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pushbullet.py==0.10.0']
|
REQUIREMENTS = ['pushbullet.py==0.11.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -495,7 +495,7 @@ pubnubsub-handler==1.0.2
|
|||||||
|
|
||||||
# homeassistant.components.notify.pushbullet
|
# homeassistant.components.notify.pushbullet
|
||||||
# homeassistant.components.sensor.pushbullet
|
# homeassistant.components.sensor.pushbullet
|
||||||
pushbullet.py==0.10.0
|
pushbullet.py==0.11.0
|
||||||
|
|
||||||
# homeassistant.components.notify.pushetta
|
# homeassistant.components.notify.pushetta
|
||||||
pushetta==1.0.15
|
pushetta==1.0.15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user