Remove shorthand unique id in AsusWrt ScannerEntity (#102076)
Remove _attr_unique_id in AsusWrt ScannerEntitypull/102081/head
parent
93f10cdce8
commit
11740d1e68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue