Upgrade async_upnp_client to 0.12.6 (#17560)
parent
9ded16ccc3
commit
43b140be5e
|
@ -25,7 +25,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util import get_local_ip
|
||||
|
||||
REQUIREMENTS = ['async-upnp-client==0.12.5']
|
||||
REQUIREMENTS = ['async-upnp-client==0.12.6']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from .config_flow import ensure_domain_data
|
|||
from .device import Device
|
||||
|
||||
|
||||
REQUIREMENTS = ['async-upnp-client==0.12.5']
|
||||
REQUIREMENTS = ['async-upnp-client==0.12.6']
|
||||
DEPENDENCIES = ['http']
|
||||
|
||||
NOTIFICATION_ID = 'upnp_notification'
|
||||
|
|
|
@ -147,7 +147,7 @@ asterisk_mbox==0.5.0
|
|||
|
||||
# homeassistant.components.upnp
|
||||
# homeassistant.components.media_player.dlna_dmr
|
||||
async-upnp-client==0.12.5
|
||||
async-upnp-client==0.12.6
|
||||
|
||||
# homeassistant.components.light.avion
|
||||
# avion==0.7
|
||||
|
|
Loading…
Reference in New Issue