🚜 Merges/Redirect Asuswrt component pages (#8585)

This commit is contained in:
Klaas Schoute 2019-02-15 09:09:10 +01:00 committed by Fabian Affolter
parent c3247ae349
commit cb6ae96b5b
3 changed files with 16 additions and 45 deletions

View File

@ -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)

View File

@ -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.

View File

@ -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.