From 38c89192cb71ef923512c2918e3354f8a48b94b7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Aug 2015 19:28:44 +0200 Subject: [PATCH] ss asuswrt page --- .../device_tracker.asuswrt.markdown | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 source/components/device_tracker.asuswrt.markdown diff --git a/source/components/device_tracker.asuswrt.markdown b/source/components/device_tracker.asuswrt.markdown new file mode 100644 index 00000000000..362a30a3a3e --- /dev/null +++ b/source/components/device_tracker.asuswrt.markdown @@ -0,0 +1,28 @@ +--- +layout: page +title: "ASUSWRT support" +description: "Instructions how to integrate ASUSWRT based routers into Home Assistant." +date: 2015-08-06 19:00 +sidebar: false +comments: false +sharing: true +footer: true +--- + + +This platform offers presence detection by looking at connected devices to a [ASUSWRT](http://event.asus.com/2013/nw/ASUSWRT/) based router. + +To use an ASUSWRT router in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +device_tracker: + platform: asuswrt + host: YOUR_ROUTER_IP + username: YOUR_ADMIN_USERNAME + password: YOUR_ADMIN_PASSWORD +``` + +This device tracker needs telnet to be enabled on the router. + +See the [device tracker component page](/components/device_tracker.html) for instructions how to configure the people to be tracked.