mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Add voip configuration url (#92326)
This commit is contained in:
@@ -139,6 +139,7 @@ class VoIPDevices:
|
||||
manufacturer=manuf,
|
||||
model=model,
|
||||
sw_version=fw_version,
|
||||
configuration_url=f"http://{call_info.caller_ip}",
|
||||
)
|
||||
voip_device = self.devices[voip_id] = VoIPDevice(
|
||||
voip_id=voip_id,
|
||||
|
Reference in New Issue
Block a user