From fbb024c1a5366634ff89b07e51db7025475be065 Mon Sep 17 00:00:00 2001
From: ollo69 <60491700+ollo69@users.noreply.github.com>
Date: Thu, 23 Dec 2021 14:26:28 +0100
Subject: [PATCH] Update AsusWRT documentation (#20813)
---
source/_integrations/asuswrt.markdown | 38 +++++++++++++++------------
1 file changed, 21 insertions(+), 17 deletions(-)
diff --git a/source/_integrations/asuswrt.markdown b/source/_integrations/asuswrt.markdown
index fd1a56ce702..9af32109fa9 100644
--- a/source/_integrations/asuswrt.markdown
+++ b/source/_integrations/asuswrt.markdown
@@ -22,13 +22,9 @@ The ASUSWRT integration can connect Home Assistant to a ASUS router that runs on
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.
+- **Sensor** - The ASUSWRT sensors platform allows you to get information from your ASUS router within Home Assistant.
-## Configuration
-
-To add your ASUSWRT devices into your Home Assistant installation, go to:
-
-**Configuration** -> **Devices & Services** in the UI, click the button with `+` sign and from the list of integrations select **ASUSWRT**.
+{% include integrations/config_flow.md %}
@@ -36,7 +32,7 @@ You need to enable telnet on your router if you choose to use `protocol: telnet`
-### Sensor Configuration
+### Sensors Configuration
These sensors are automatically created and associated to the router device:
@@ -46,21 +42,29 @@ These sensors are automatically created and associated to the router device:
- Upload sensor (unit_of_measurement: Gigabyte - *Daily accumulation*)
- Upload Speed sensor (unit_of_measurement: Mbit/s)
- Load average sensors (1min, 5min, 15min)
+- Temperature sensors (2ghz, 5ghz, cpu). NB: only temperature sensors available on your router will be created
-Only `Connected devices sensor` is created in status **enabled**, all other sensors are created in status **disabled**.
-To use them, simply **enable** on the devices page.
+Only `Connected devices sensor` is created in status **enabled**, all other sensors are created in status **disabled**. To use them, simply **enable** on the devices page.
-## Integration Options
+{% include integrations/option_flow.md %}
+{% configuration_basic %}
+Consider home:
+ description: Number of seconds that must elapse before considering a disconnected device `not at home`.
+Track unknown:
+ description: Enable this option to track also devices that do not have a name. Name will be replaced by mac address.
+Interface:
+ description: The interface that you want statistics from (e.g. eth0,eth1 etc).
+Dnsmasq:
+ description: The location in the router of the `dnsmasq.leases` file.
+Require IP:
+ description: If devices must have IP (this option is available only for access point mode).
+{% endconfiguration_basic %}
-It is possible to change some behaviors through the integration options. These can be changed at **ASUSWRT** -> **Options** on the Integrations page.
+
-- **Consider home**: Number of seconds that must elapse before considering a disconnected device "not at home"
-- **Track unknown**: Enable this option to track also devices that do not have a name. Name will be replaced by mac address.
-- **Interface**: The interface that you want statistics from (e.g. eth0,eth1 etc)
-- **Dnsmasq**: The location in the router of the dnsmasq.leases files
-- **Require IP**: If devices must have IP (this option is available only for access point mode)
+If you don't want to automatically track new detected device, disable the integration system option `Enable new added entities`
-**Note**: if you don't want to automatically track new detected device, disable the integration system option `Enable new added entities`
+
## Padavan custom firmware (The rt-n56u project)