Upgrade to async_upnp_client==0.14.4 (#20751)
parent
cd04661101
commit
e0d534c3fb
|
@ -26,7 +26,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.14.3']
|
||||
REQUIREMENTS = ['async-upnp-client==0.14.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ from .const import LOGGER as _LOGGER
|
|||
from .device import Device
|
||||
|
||||
|
||||
REQUIREMENTS = ['async-upnp-client==0.14.3']
|
||||
REQUIREMENTS = ['async-upnp-client==0.14.4']
|
||||
|
||||
NOTIFICATION_ID = 'upnp_notification'
|
||||
NOTIFICATION_TITLE = 'UPnP/IGD Setup'
|
||||
|
|
|
@ -167,7 +167,7 @@ asterisk_mbox==0.5.0
|
|||
|
||||
# homeassistant.components.upnp
|
||||
# homeassistant.components.media_player.dlna_dmr
|
||||
async-upnp-client==0.14.3
|
||||
async-upnp-client==0.14.4
|
||||
|
||||
# homeassistant.components.light.avion
|
||||
# avion==0.10
|
||||
|
|
Loading…
Reference in New Issue