mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
🚜 Merges/Redirect Asuswrt component pages (#8585)
This commit is contained in:
parent
c3247ae349
commit
cb6ae96b5b
@ -8,13 +8,24 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: asus.png
|
logo: asus.png
|
||||||
ha_category: Hub
|
ha_category:
|
||||||
|
- Hub
|
||||||
|
- Presence Detection
|
||||||
|
- Sensor
|
||||||
ha_release: 0.83
|
ha_release: 0.83
|
||||||
ha_iot_class: "Local Polling"
|
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.
|
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 %}
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To use an ASUSWRT router in your installation, add the following to your `configuration.yaml` file:
|
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:
|
The example above, creates the following sensors:
|
||||||
|
|
||||||
* sensor.asuswrt_download (unit_of_measurement: Gigabyte - *Daily accumulation*)
|
- sensor.asuswrt_download (unit_of_measurement: Gigabyte - *Daily accumulation*)
|
||||||
* sensor.asuswrt_download_speed (unit_of_measurement: Mbit/s)
|
- sensor.asuswrt_download_speed (unit_of_measurement: Mbit/s)
|
||||||
* sensor.asuswrt_upload (unit_of_measurement: Gigabyte - *Daily accumulation*)
|
- sensor.asuswrt_upload (unit_of_measurement: Gigabyte - *Daily accumulation*)
|
||||||
* sensor.asuswrt_upload_speed (unit_of_measurement: Mbit/s)
|
- sensor.asuswrt_upload_speed (unit_of_measurement: Mbit/s)
|
||||||
|
@ -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.
|
|
@ -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.
|
|
Loading…
x
Reference in New Issue
Block a user