mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update bbox doc for uptime and reboots. (#11292)
This commit is contained in:
parent
1372aaae4f
commit
8df3b5c861
@ -66,6 +66,8 @@ sensor:
|
|||||||
- up_max_bandwidth
|
- up_max_bandwidth
|
||||||
- current_down_bandwidth
|
- current_down_bandwidth
|
||||||
- current_up_bandwidth
|
- current_up_bandwidth
|
||||||
|
- uptime
|
||||||
|
- number_of_reboots
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -87,4 +89,8 @@ monitored_variables:
|
|||||||
description: Instant measure of the current used bandwidth for download.
|
description: Instant measure of the current used bandwidth for download.
|
||||||
current_up_bandwidth:
|
current_up_bandwidth:
|
||||||
description: Instant measure of the current used bandwidth for upload.
|
description: Instant measure of the current used bandwidth for upload.
|
||||||
|
uptime:
|
||||||
|
description: Uptime since the last boot.
|
||||||
|
number_of_reboots:
|
||||||
|
description: Number of reboot since the initial configuration of the router.
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user