From cb6ae96b5bcb98eaa73d7b2aec00c52637d5fb77 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 15 Feb 2019 09:09:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Asuswrt=20comp?= =?UTF-8?q?onent=20pages=20(#8585)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/asuswrt.markdown | 21 +++++++++++++----- .../device_tracker.asuswrt.markdown | 22 ------------------- source/_components/sensor.asuswrt.markdown | 18 --------------- 3 files changed, 16 insertions(+), 45 deletions(-) delete mode 100644 source/_components/device_tracker.asuswrt.markdown delete mode 100644 source/_components/sensor.asuswrt.markdown diff --git a/source/_components/asuswrt.markdown b/source/_components/asuswrt.markdown index bd8b27531a0..8ca3e99eb23 100644 --- a/source/_components/asuswrt.markdown +++ b/source/_components/asuswrt.markdown @@ -8,13 +8,24 @@ comments: false sharing: true footer: true logo: asus.png -ha_category: Hub +ha_category: + - Hub + - Presence Detection + - Sensor ha_release: 0.83 ha_iot_class: "Local Polling" +redirect_from: + - /components/device_tracker.asuswrt/ + - /components/sensor.asuswrt/ --- The `asuswrt` component is the main component to connect to a [ASUSWRT](http://event.asus.com/2013/nw/ASUSWRT/) based router. +There is currently support for the following device types within Home Assistant: + +- **Presence Detection** - The asuswrt platform offers presence detection by looking at connected devices to a ASUSWRT based router. +- **Sensor** - The asuswrt sensor platform allows you to get upload and download data from your ASUSWRT within Home Assistant. + ## {% linkable_title Configuration %} To use an ASUSWRT router in your installation, add the following to your `configuration.yaml` file: @@ -101,7 +112,7 @@ asuswrt: The example above, creates the following sensors: -* sensor.asuswrt_download (unit_of_measurement: Gigabyte - *Daily accumulation*) -* sensor.asuswrt_download_speed (unit_of_measurement: Mbit/s) -* sensor.asuswrt_upload (unit_of_measurement: Gigabyte - *Daily accumulation*) -* sensor.asuswrt_upload_speed (unit_of_measurement: Mbit/s) +- sensor.asuswrt_download (unit_of_measurement: Gigabyte - *Daily accumulation*) +- sensor.asuswrt_download_speed (unit_of_measurement: Mbit/s) +- sensor.asuswrt_upload (unit_of_measurement: Gigabyte - *Daily accumulation*) +- sensor.asuswrt_upload_speed (unit_of_measurement: Mbit/s) diff --git a/source/_components/device_tracker.asuswrt.markdown b/source/_components/device_tracker.asuswrt.markdown deleted file mode 100644 index a24982b7a6a..00000000000 --- a/source/_components/device_tracker.asuswrt.markdown +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: page -title: "Asuswrt Device Tracker" -description: "Instructions on how to integrate Asuswrt device tracker into Home Assistant." -date: 2015-08-06 19:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: asus.png -ha_category: Presence Detection -ha_release: pre 0.7 ---- - - -The `asuswrt` platform offers presence detection by looking at connected devices to a [ASUSWRT](http://event.asus.com/2013/nw/ASUSWRT/) based router. - -The platform will be automatically configured if Asuswrt component is configured. - -For more configuration information see the [Asuswrt component](/components/asuswrt/) documentation. - -See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked. \ No newline at end of file diff --git a/source/_components/sensor.asuswrt.markdown b/source/_components/sensor.asuswrt.markdown deleted file mode 100644 index 50fc69e1a7a..00000000000 --- a/source/_components/sensor.asuswrt.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: "Asuswrt Sensor" -description: "Instructions on how to integrate Asuswrt sensors into Home Assistant." -date: 2017-08-30 12:21 -sidebar: true -comments: false -sharing: true -footer: true -logo: asus.png -ha_category: System Monitor -ha_iot_class: "Local Polling" -ha_release: 0.83 ---- - -The `asuswrt` sensor platform allows you to get upload and download data from your [ASUSWRT](http://event.asus.com/2013/nw/ASUSWRT/) within Home Assistant. - -For more configuration information see the [Asuswrt component](/components/asuswrt/) documentation.