Upgrade async_upnp_client to 0.12.6 (#17560)

pull/17578/head
Steven Looman 2018-10-17 22:56:21 +02:00 committed by Paulus Schoutsen
parent 9ded16ccc3
commit 43b140be5e
3 changed files with 3 additions and 3 deletions

View File

@ -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__)

View File

@ -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'

View File

@ -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