mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
fix issuecomment-570284682 (#30405)
This commit is contained in:
parent
24d5e54eed
commit
5edf72c9ea
@ -84,7 +84,7 @@ class FritzBoxScanner(DeviceScanner):
|
||||
ip_device = self.fritz_box.get_specific_host_entry(device).get("NewIPAddress")
|
||||
|
||||
if not ip_device:
|
||||
return None
|
||||
return {}
|
||||
return {"ip": ip_device, "mac": device}
|
||||
|
||||
def _update_info(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user