From 65fa4a34ed9eaef61b0edd62b4155b6dbea366fd Mon Sep 17 00:00:00 2001 From: Noah Husby <32528627+noahhusby@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:05:28 -0400 Subject: [PATCH] Add configuration url to russound device (#124001) feat: add configuration url --- homeassistant/components/russound_rio/entity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/russound_rio/entity.py b/homeassistant/components/russound_rio/entity.py index 150c4e285d1b6..0e4d5cf7dde7d 100644 --- a/homeassistant/components/russound_rio/entity.py +++ b/homeassistant/components/russound_rio/entity.py @@ -53,6 +53,7 @@ def __init__( or f"{self._primary_mac_address}-{self._controller.controller_id}" ) self._attr_device_info = DeviceInfo( + configuration_url=f"http://{self._instance.host}", # Use MAC address of Russound device as identifier identifiers={(DOMAIN, self._device_identifier)}, manufacturer="Russound",