mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Revert "Check netgear device_tracker link_rate to ensure device is connected" (#31855)
This reverts commit 669844e4ddc7c3733ef03e4baf0e3ba6d1c5c3a6.
This commit is contained in:
parent
b8f9ff76b3
commit
588f2cd920
@ -110,10 +110,7 @@ class NetgearDeviceScanner(DeviceScanner):
|
||||
or dev.name in self.excluded_devices
|
||||
)
|
||||
)
|
||||
|
||||
# when link_rate is None this means the router still knows about
|
||||
# the device, but it is not in range.
|
||||
if tracked and dev.link_rate is not None:
|
||||
if tracked:
|
||||
devices.append(dev.mac)
|
||||
if (
|
||||
self.tracked_accesspoints
|
||||
|
Loading…
x
Reference in New Issue
Block a user