Move upnp imports at top-level (#29083)
This commit is contained in:
parent
29e2201446
commit
5015993f30
3 changed files with 12 additions and 19 deletions
|
@ -1,11 +1,10 @@
|
|||
"""Config flow for UPNP."""
|
||||
from homeassistant.helpers import config_entry_flow
|
||||
from homeassistant import config_entries
|
||||
from homeassistant.helpers import config_entry_flow
|
||||
|
||||
from .const import DOMAIN
|
||||
from .device import Device
|
||||
|
||||
|
||||
config_entry_flow.register_discovery_flow(
|
||||
DOMAIN, "UPnP/IGD", Device.async_discover, config_entries.CONN_CLASS_LOCAL_POLL
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue