Skip to content

Instantly share code, notes, and snippets.

@KenwoodFox
Created June 3, 2020 04:37
Show Gist options
  • Save KenwoodFox/0669d9b58b5d8bfe4a6b77c01a4f6e8c to your computer and use it in GitHub Desktop.
Save KenwoodFox/0669d9b58b5d8bfe4a6b77c01a4f6e8c to your computer and use it in GitHub Desktop.
# 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