You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/device_tracker.nmap_tracker.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Configuration variables:
32
32
33
33
- **hosts** (*Required*): The network address to scan (in any supported NMap format). Mixing subnets and IPs is possible.
34
34
- **home_interval** (*Optional*): The number of minutes nmap will not scan this device, assuming it is home, in order to preserve the device battery.
35
-
- **exclude** (*Optional*): Hosts not to include in nmap scanning.
35
+
- **exclude** (*Optional*): Hosts not to include in nmap scanning. Scanning the host where Home Assistant is running can cause problems (websocket error), so excluding that host is a good idea.
36
36
- **scan_options** (*Optional*): Configurable scan options for nmap. Default to `-F --host-timeout 5s`
0 commit comments