Upgrade python-pushover to 0.3 (#9045)
* Upgrade python-pushover * Upgrade python-pushover
This commit is contained in:
parent
5d52993231
commit
0f9ae8827c
2 changed files with 2 additions and 2 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 = ['python-pushover==0.2']
|
||||
REQUIREMENTS = ['python-pushover==0.3']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
|
@ -754,7 +754,7 @@ python-nest==3.1.0
|
|||
python-nmap==0.6.1
|
||||
|
||||
# homeassistant.components.notify.pushover
|
||||
python-pushover==0.2
|
||||
python-pushover==0.3
|
||||
|
||||
# homeassistant.components.sensor.ripple
|
||||
python-ripple-api==0.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue