From 3b91f89173b9b6130d97cd608690ff66bbeea900 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 20:50:53 +0200 Subject: [PATCH] Move configuration details to docs --- .../components/device_tracker/luci.py | 29 ++----------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/homeassistant/components/device_tracker/luci.py b/homeassistant/components/device_tracker/luci.py index 4cbc6a2d492..2ce032f90fd 100644 --- a/homeassistant/components/device_tracker/luci.py +++ b/homeassistant/components/device_tracker/luci.py @@ -4,33 +4,8 @@ homeassistant.components.device_tracker.luci Device tracker platform that supports scanning a OpenWRT router for device presence. -It's required that the luci RPC package is installed on the OpenWRT router: -# opkg install luci-mod-rpc - -Configuration: - -To use the Luci tracker you will need to add something like the following -to your configuration.yaml file. - -device_tracker: - platform: luci - 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.luci.html """ import logging import json