mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Correct AsusWRT device identifier (#97238)
This commit is contained in:
parent
66bbe6865e
commit
c3977b5eb3
@ -377,7 +377,7 @@ class AsusWrtRouter:
|
||||
def device_info(self) -> DeviceInfo:
|
||||
"""Return the device information."""
|
||||
info = DeviceInfo(
|
||||
identifiers={(DOMAIN, self.unique_id or "AsusWRT")},
|
||||
identifiers={(DOMAIN, self._entry.unique_id or "AsusWRT")},
|
||||
name=self.host,
|
||||
model=self._api.model or "Asus Router",
|
||||
manufacturer="Asus",
|
||||
|
Loading…
x
Reference in New Issue
Block a user