Remove shorthand unique id in AsusWrt ScannerEntity (#102076)
Remove _attr_unique_id in AsusWrt ScannerEntity
This commit is contained in:
parent
93f10cdce8
commit
11740d1e68
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ class AsusWrtDevice(ScannerEntity):
|
||||||
"""Initialize a AsusWrt device."""
|
"""Initialize a AsusWrt device."""
|
||||||
self._router = router
|
self._router = router
|
||||||
self._device = device
|
self._device = device
|
||||||
self._attr_unique_id = device.mac
|
|
||||||
self._attr_name = device.name or DEFAULT_DEVICE_NAME
|
self._attr_name = device.name or DEFAULT_DEVICE_NAME
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue