Remove shorthand unique id in AsusWrt ScannerEntity (#102076)

Remove _attr_unique_id in AsusWrt ScannerEntity
This commit is contained in:
ollo69 2023-10-15 23:26:09 +02:00 committed by GitHub
parent 93f10cdce8
commit 11740d1e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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