mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Correct AsusWRT device identifier (#97238)
This commit is contained in:
@@ -377,7 +377,7 @@ class AsusWrtRouter:
|
|||||||
def device_info(self) -> DeviceInfo:
|
def device_info(self) -> DeviceInfo:
|
||||||
"""Return the device information."""
|
"""Return the device information."""
|
||||||
info = DeviceInfo(
|
info = DeviceInfo(
|
||||||
identifiers={(DOMAIN, self.unique_id or "AsusWRT")},
|
identifiers={(DOMAIN, self._entry.unique_id or "AsusWRT")},
|
||||||
name=self.host,
|
name=self.host,
|
||||||
model=self._api.model or "Asus Router",
|
model=self._api.model or "Asus Router",
|
||||||
manufacturer="Asus",
|
manufacturer="Asus",
|
||||||
|
Reference in New Issue
Block a user