From 25613e5bcce6d06fc3df62bc2a323e81117b258b Mon Sep 17 00:00:00 2001 From: slamp Date: Mon, 3 Feb 2020 09:15:31 +0100 Subject: [PATCH] Update nmap parameter to use -sn instead of -sP (#11942) The change in nmap was made 10 years ago, it is time to update the documentation Ref: https://github.com/nmap/nmap/commit/2e7208d2d1bc9a8593bbf61fcb50725ae2434c9b --- source/_integrations/nmap_tracker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nmap_tracker.markdown b/source/_integrations/nmap_tracker.markdown index eebd1789949..1eddbb7cacc 100644 --- a/source/_integrations/nmap_tracker.markdown +++ b/source/_integrations/nmap_tracker.markdown @@ -95,7 +95,7 @@ And you can set up the device tracker as ```yaml - platform: nmap_tracker hosts: 192.168.1.1-25 - scan_options: " --privileged -sP " + scan_options: " --privileged -sn " ``` See the [device tracker integration page](/integrations/device_tracker/) for instructions how to configure the people to be tracked.