mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
* Fixes #14169 (upstream version bump) * bump pyupnp-async version
This commit is contained in:
parent
626d6df545
commit
a4e0c9c251
@ -15,7 +15,7 @@ from homeassistant.helpers import config_validation as cv
|
||||
from homeassistant.helpers import discovery
|
||||
from homeassistant.util import get_local_ip
|
||||
|
||||
REQUIREMENTS = ['pyupnp-async==0.1.0.1']
|
||||
REQUIREMENTS = ['pyupnp-async==0.1.0.2']
|
||||
DEPENDENCIES = ['http']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
@ -1069,7 +1069,7 @@ pytradfri[async]==5.4.2
|
||||
pyunifi==2.13
|
||||
|
||||
# homeassistant.components.upnp
|
||||
pyupnp-async==0.1.0.1
|
||||
pyupnp-async==0.1.0.2
|
||||
|
||||
# homeassistant.components.keyboard
|
||||
# pyuserinput==0.1.11
|
||||
|
@ -162,7 +162,7 @@ pythonwhois==2.4.3
|
||||
pyunifi==2.13
|
||||
|
||||
# homeassistant.components.upnp
|
||||
pyupnp-async==0.1.0.1
|
||||
pyupnp-async==0.1.0.2
|
||||
|
||||
# homeassistant.components.notify.html5
|
||||
pywebpush==1.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user