mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add sensors for AsusWRT using http(s) library (#34511)
* Add sensors for AsusWRT using http(s) library * Apply suggested chnages * Change unit of measure for uptime sensor
This commit is contained in:
parent
9a328b01a4
commit
c196e9a2b4
@ -42,9 +42,18 @@ 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
|
||||
- Temperature sensors (2 GHz, 5 GHz, 6 GHz, CPU). 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.
|
||||
If the integration is configured to use the http(s) protocol, also the following sensors will be available:
|
||||
|
||||
- CPU usage sensors (percentage for total and single core)
|
||||
- Memory usage sensor (percentage)
|
||||
- Free memory sensor (Megabyte)
|
||||
- Memory used sensor (Megabyte)
|
||||
- Last boot sensor (Timestamp)
|
||||
- Uptime sensor (HH:MM:SS)
|
||||
|
||||
Only `Connected devices sensor` and `Last boot sensor` are created in status **enabled**, all other sensors are created in status **disabled**. To use them, simply **enable** on the devices page.
|
||||
|
||||
{% include integrations/option_flow.md %}
|
||||
{% configuration_basic %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user