From c33942d6e212d121b86d1af8876c0dd10aa4e9b3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 20:51:30 +0200 Subject: [PATCH] Move configuration details to docs --- .../components/device_tracker/tplink.py | 26 ++----------------- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/homeassistant/components/device_tracker/tplink.py b/homeassistant/components/device_tracker/tplink.py index d368637cd6b..3769229f101 100755 --- a/homeassistant/components/device_tracker/tplink.py +++ b/homeassistant/components/device_tracker/tplink.py @@ -4,30 +4,8 @@ homeassistant.components.device_tracker.tplink Device tracker platform that supports scanning a TP-Link router for device presence. -Configuration: - -To use the TP-Link tracker you will need to add something like the following -to your configuration.yaml file. - -device_tracker: - platform: tplink - host: YOUR_ROUTER_IP - username: YOUR_ADMIN_USERNAME - password: YOUR_ADMIN_PASSWORD - -Variables: - -host -*Required -The IP address of your router, e.g. 192.168.1.1. - -username -*Required -The username of an user with administrative privileges, usually 'admin'. - -password -*Required -The password for your given admin account. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/device_tracker.tplink.html """ import base64 import logging