mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Upgrade apns2 to 0.3.0 (#10347)
This commit is contained in:
parent
2118ab2503
commit
9297a9cbb4
@ -17,7 +17,7 @@ from homeassistant.const import CONF_NAME, CONF_PLATFORM
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers import template as template_helper
|
from homeassistant.helpers import template as template_helper
|
||||||
|
|
||||||
REQUIREMENTS = ['apns2==0.1.1']
|
REQUIREMENTS = ['apns2==0.3.0']
|
||||||
|
|
||||||
APNS_DEVICES = 'apns.yaml'
|
APNS_DEVICES = 'apns.yaml'
|
||||||
CONF_CERTFILE = 'cert_file'
|
CONF_CERTFILE = 'cert_file'
|
||||||
|
@ -95,7 +95,7 @@ anthemav==1.1.8
|
|||||||
apcaccess==0.0.13
|
apcaccess==0.0.13
|
||||||
|
|
||||||
# homeassistant.components.notify.apns
|
# homeassistant.components.notify.apns
|
||||||
apns2==0.1.1
|
apns2==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.asterisk_mbox
|
# homeassistant.components.asterisk_mbox
|
||||||
asterisk_mbox==0.4.0
|
asterisk_mbox==0.4.0
|
||||||
|
@ -34,7 +34,7 @@ aioautomatic==0.6.4
|
|||||||
aiohttp_cors==0.5.3
|
aiohttp_cors==0.5.3
|
||||||
|
|
||||||
# homeassistant.components.notify.apns
|
# homeassistant.components.notify.apns
|
||||||
apns2==0.1.1
|
apns2==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.coinmarketcap
|
# homeassistant.components.sensor.coinmarketcap
|
||||||
coinmarketcap==4.1.1
|
coinmarketcap==4.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user