Add nmap_tracker documentation

This commit is contained in:
trainman419 2014-12-15 11:22:10 -08:00
parent 4495812b84
commit a49c839514
2 changed files with 12 additions and 1 deletions

View File

@ -91,6 +91,14 @@ password=MY_PASSWORD
Once tracking the `device_tracker` component will maintain a file in your config dir called `known_devices.csv`. Edit this file to adjust which devices have to be tracked.
As an alternative to the router-based device tracking, it is possible to directly scan the network for devices by using nmap. The IP addresses to scan can be specified in any format that nmap understands, including the network-prefix notation (`192.168.1.1/24`) and the range notation (`192.168.1.1-255`).
```
[device_tracker]
platform=nmap_tracker
hosts=192.168.1.1/24
```
<a name='customizing'></a>
## Further customizing Home Assistant

View File

@ -12,13 +12,16 @@ api_password=mypass
platform=hue
[device_tracker]
# The following types are available: netgear, tomato, luci
# The following types are available: netgear, tomato, luci, nmap_tracker
platform=netgear
host=192.168.1.1
username=admin
password=PASSWORD
# http_id is needed for Tomato routers only
# http_id=ABCDEFGHH
# For nmap_tracker, only the IP addresses to scan are needed:
# hosts=192.168.1.1/24 # netmask prefix notation or
# hosts=192.168.1.1-255 # address range
[chromecast]
# Optional: hard code the hosts (comma seperated) to find chromecasts