mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
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
@ -29,7 +29,7 @@ from homeassistant.helpers.typing import HomeAssistantType
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.util import get_local_ip
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ from .const import DOMAIN
|
|||||||
from .const import LOGGER as _LOGGER
|
from .const import LOGGER as _LOGGER
|
||||||
from .device import Device
|
from .device import Device
|
||||||
|
|
||||||
REQUIREMENTS = ['async-upnp-client==0.14.5']
|
REQUIREMENTS = ['async-upnp-client==0.14.6']
|
||||||
|
|
||||||
NOTIFICATION_ID = 'upnp_notification'
|
NOTIFICATION_ID = 'upnp_notification'
|
||||||
NOTIFICATION_TITLE = 'UPnP/IGD Setup'
|
NOTIFICATION_TITLE = 'UPnP/IGD Setup'
|
||||||
|
@ -177,7 +177,7 @@ asterisk_mbox==0.5.0
|
|||||||
|
|
||||||
# homeassistant.components.upnp
|
# homeassistant.components.upnp
|
||||||
# homeassistant.components.dlna_dmr.media_player
|
# homeassistant.components.dlna_dmr.media_player
|
||||||
async-upnp-client==0.14.5
|
async-upnp-client==0.14.6
|
||||||
|
|
||||||
# homeassistant.components.stream
|
# homeassistant.components.stream
|
||||||
av==6.1.2
|
av==6.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user