mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 03:51:12 +02:00
Add configuration_url to Huawei LTE integration (#58584)
This commit is contained in:
committed by
GitHub
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,
|
||||
|
||||
Reference in New Issue
Block a user