From 403889bbebe4d10e686c428881082639b690ba5a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 20:55:45 +0200 Subject: [PATCH] Move configuration details to docs --- .../components/device_tracker/nmap_tracker.py | 22 ++----------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/homeassistant/components/device_tracker/nmap_tracker.py b/homeassistant/components/device_tracker/nmap_tracker.py index 6f993f0fc7e..fe6b814b96f 100644 --- a/homeassistant/components/device_tracker/nmap_tracker.py +++ b/homeassistant/components/device_tracker/nmap_tracker.py @@ -3,26 +3,8 @@ homeassistant.components.device_tracker.nmap ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Device tracker platform that supports scanning a network with nmap. -Configuration: - -To use the nmap tracker you will need to add something like the following -to your configuration.yaml file. - -device_tracker: - platform: nmap_tracker - hosts: 192.168.1.1/24 - -Variables: - -hosts -*Required -The IP addresses to scan in the network-prefix notation (192.168.1.1/24) or -the range notation (192.168.1.1-255). - -home_interval -*Optional -Number of minutes it will not scan devices that it found in previous results. -This is to save battery. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/device_tracker.nmap_scanner.html """ import logging from datetime import timedelta