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:
ollo69 2024-09-04 14:35:46 +02:00 committed by GitHub
parent 9a328b01a4
commit c196e9a2b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}