mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Upgrade python-pushover to 0.3 (#9045)
* Upgrade python-pushover * Upgrade python-pushover
This commit is contained in:
parent
5d52993231
commit
0f9ae8827c
@ -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 = ['python-pushover==0.2']
|
REQUIREMENTS = ['python-pushover==0.3']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@ -754,7 +754,7 @@ python-nest==3.1.0
|
|||||||
python-nmap==0.6.1
|
python-nmap==0.6.1
|
||||||
|
|
||||||
# homeassistant.components.notify.pushover
|
# homeassistant.components.notify.pushover
|
||||||
python-pushover==0.2
|
python-pushover==0.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.ripple
|
# homeassistant.components.sensor.ripple
|
||||||
python-ripple-api==0.0.2
|
python-ripple-api==0.0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user