From adaae46178a1abcd0e01ca4432cf9f0f24b9b6fa Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 1 May 2023 10:20:37 -0400 Subject: [PATCH] Add voip configuration url (#92326) --- homeassistant/components/voip/devices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/voip/devices.py b/homeassistant/components/voip/devices.py index 8b691e855e3..5da7a97ec24 100644 --- a/homeassistant/components/voip/devices.py +++ b/homeassistant/components/voip/devices.py @@ -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,