mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Add configuration url to russound device (#124001)
feat: add configuration url
This commit is contained in:
parent
f581066747
commit
65fa4a34ed
@ -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…
x
Reference in New Issue
Block a user