mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add configuration_url
to Huawei LTE integration (#58584)
This commit is contained in:
parent
52b0107a77
commit
438d1b2f15
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user