Created
June 3, 2020 04:37
-
-
Save KenwoodFox/0669d9b58b5d8bfe4a6b77c01a4f6e8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Device tracker with nmap | |
device_tracker: | |
- platform: nmap_tracker | |
hosts: | |
- 10.85.5.0/24 | |
- 10.85.3.0/24 | |
- 10.85.1.0/24 | |
new_device_defaults: | |
track_new_devices: true | |
scan_options: "-F --host-timeout 5s -sS" | |
home_interval: 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment