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: 2e7208d2d1
This commit is contained in:
slamp 2020-02-03 09:15:31 +01:00 committed by GitHub
parent 5794c791cd
commit 25613e5bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.