Upgrade to async_upnp_client==0.14.6 (#22223)
Upgrade to async_upnp_client to 0.14.6
This commit is contained in:
parent
f4102339c1
commit
77635d40e2
3 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ from homeassistant.helpers.typing import HomeAssistantType
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util import get_local_ip
|
||||
|
||||
REQUIREMENTS = ['async-upnp-client==0.14.5']
|
||||
REQUIREMENTS = ['async-upnp-client==0.14.6']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ from .const import DOMAIN
|
|||
from .const import LOGGER as _LOGGER
|
||||
from .device import Device
|
||||
|
||||
REQUIREMENTS = ['async-upnp-client==0.14.5']
|
||||
REQUIREMENTS = ['async-upnp-client==0.14.6']
|
||||
|
||||
NOTIFICATION_ID = 'upnp_notification'
|
||||
NOTIFICATION_TITLE = 'UPnP/IGD Setup'
|
||||
|
|
|
@ -177,7 +177,7 @@ asterisk_mbox==0.5.0
|
|||
|
||||
# homeassistant.components.upnp
|
||||
# homeassistant.components.dlna_dmr.media_player
|
||||
async-upnp-client==0.14.5
|
||||
async-upnp-client==0.14.6
|
||||
|
||||
# homeassistant.components.stream
|
||||
av==6.1.2
|
||||
|
|
Loading…
Add table
Reference in a new issue