mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 11:01:39 +02:00
Remove shorthand unique id in AsusWrt ScannerEntity (#102076)
Remove _attr_unique_id in AsusWrt ScannerEntity
This commit is contained in:
@@ -58,7 +58,6 @@ class AsusWrtDevice(ScannerEntity):
|
||||
"""Initialize a AsusWrt device."""
|
||||
self._router = router
|
||||
self._device = device
|
||||
self._attr_unique_id = device.mac
|
||||
self._attr_name = device.name or DEFAULT_DEVICE_NAME
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user