mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
parent
b969ed00b9
commit
db03c273f1
@ -198,6 +198,9 @@ class NetgearRouter:
|
||||
_LOGGER.debug("Netgear scan result: \n%s", ntg_devices)
|
||||
|
||||
for ntg_device in ntg_devices:
|
||||
if ntg_device.mac is None:
|
||||
continue
|
||||
|
||||
device_mac = format_mac(ntg_device.mac)
|
||||
|
||||
if not self.devices.get(device_mac):
|
||||
|
Loading…
x
Reference in New Issue
Block a user