Add configuration url to russound device (#124001)
feat: add configuration url
This commit is contained in:
parent
f581066747
commit
65fa4a34ed
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class RussoundBaseEntity(Entity):
|
|||
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue