Skip to content

Commit 0fe10f8

Browse files
mgsbfabaff
authored andcommitted
Update device_tracker.nmap_tracker.markdown (home-assistant#2289)
Added a note to exclude the HA host from scanning as it may cause verbose errors to be generated due to websocket error caused by the scanning.
1 parent 3512b47 commit 0fe10f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/device_tracker.nmap_tracker.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Configuration variables:
3232
3333
- **hosts** (*Required*): The network address to scan (in any supported NMap format). Mixing subnets and IPs is possible.
3434
- **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.
3636
- **scan_options** (*Optional*): Configurable scan options for nmap. Default to `-F --host-timeout 5s`
3737

3838

0 commit comments

Comments
 (0)