mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade to async_upnp_client==0.14.7 (#22543)
This commit is contained in:
parent
ab642ca4eb
commit
ae18705c45
@ -32,7 +32,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.6']
|
REQUIREMENTS = ['async-upnp-client==0.14.7']
|
||||||
|
|
||||||
_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.6']
|
REQUIREMENTS = ['async-upnp-client==0.14.7']
|
||||||
|
|
||||||
NOTIFICATION_ID = 'upnp_notification'
|
NOTIFICATION_ID = 'upnp_notification'
|
||||||
NOTIFICATION_TITLE = 'UPnP/IGD Setup'
|
NOTIFICATION_TITLE = 'UPnP/IGD Setup'
|
||||||
|
@ -180,7 +180,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.6
|
async-upnp-client==0.14.7
|
||||||
|
|
||||||
# homeassistant.components.stream
|
# homeassistant.components.stream
|
||||||
av==6.1.2
|
av==6.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user