mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
5794c791cd
commit
25613e5bcc
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user