forked from home-assistant/core
Add configuration_url
to Huawei LTE integration (#58584)
This commit is contained in:
committed by
Paulus Schoutsen
parent
a23c1624fb
commit
15c2d5c278
@@ -431,6 +431,7 @@ async def async_setup_entry( # noqa: C901
|
||||
# Set up device registry
|
||||
if router.device_identifiers or router.device_connections:
|
||||
device_info = DeviceInfo(
|
||||
configuration_url=router.url,
|
||||
connections=router.device_connections,
|
||||
identifiers=router.device_identifiers,
|
||||
name=router.device_name,
|
||||
|
Reference in New Issue
Block a user