Skip to content

Commit

Permalink
Add configuration url to russound device (#124001)
Browse files Browse the repository at this point in the history
feat: add configuration url
  • Loading branch information
noahhusby authored Aug 15, 2024
1 parent f581066 commit 65fa4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/russound_rio/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 65fa4a3

Please sign in to comment.