SSDP to allow more URLs (#81171)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
871c1bc952
commit
770aefbd52
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ class Server:
|
||||||
udn = await self._async_get_instance_udn()
|
udn = await self._async_get_instance_udn()
|
||||||
system_info = await async_get_system_info(self.hass)
|
system_info = await async_get_system_info(self.hass)
|
||||||
model_name = system_info["installation_type"]
|
model_name = system_info["installation_type"]
|
||||||
presentation_url = get_url(self.hass)
|
presentation_url = get_url(self.hass, allow_ip=True, prefer_external=False)
|
||||||
serial_number = await async_get_instance_id(self.hass)
|
serial_number = await async_get_instance_id(self.hass)
|
||||||
HassUpnpServiceDevice.DEVICE_DEFINITION = (
|
HassUpnpServiceDevice.DEVICE_DEFINITION = (
|
||||||
HassUpnpServiceDevice.DEVICE_DEFINITION._replace(
|
HassUpnpServiceDevice.DEVICE_DEFINITION._replace(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue