From 796cce78bc1f12b9cc5bdb813172331433dd9e72 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 20:52:30 +0200 Subject: [PATCH] Move configuration details to docs --- .../components/device_tracker/thomson.py | 28 ++----------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/homeassistant/components/device_tracker/thomson.py b/homeassistant/components/device_tracker/thomson.py index 408daa94d81..c6679e6c320 100644 --- a/homeassistant/components/device_tracker/thomson.py +++ b/homeassistant/components/device_tracker/thomson.py @@ -4,32 +4,8 @@ homeassistant.components.device_tracker.thomson Device tracker platform that supports scanning a THOMSON router for device presence. -This device tracker needs telnet to be enabled on the router. - -Configuration: - -To use the THOMSON tracker you will need to add something like the following -to your configuration.yaml file. - -device_tracker: - platform: thomson - 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.thomson.html """ import logging from datetime import timedelta