mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update sensor.bbox configuration varibales (#6679)
* Update sensor.bbox configuration variables * Fix keys * Add name variable
This commit is contained in:
parent
fd0f53a2b9
commit
4da3ba74bb
@ -34,11 +34,23 @@ sensor:
|
|||||||
- current_up_bandwidth
|
- current_up_bandwidth
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **monitored_variables** array (*Required*): Sensors to display in the frontend.
|
description: Name to display in the frontend.
|
||||||
- **down_max_bandwidth**: Maximum bandwidth available for download.
|
required: false
|
||||||
- **up_max_bandwidth**: Maximum bandwidth available for upload.
|
default: Bbox
|
||||||
- **current_down_bandwidth**: Instant measure of the current used bandwidth for download.
|
type: string
|
||||||
- **current_up_bandwidth**: Instant measure of the current used bandwidth for upload.
|
monitored_variables:
|
||||||
|
description: Sensors to display in the frontend.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
down_max_bandwidth:
|
||||||
|
description: Maximum bandwidth available for download.
|
||||||
|
up_max_bandwidth:
|
||||||
|
description: Maximum bandwidth available for upload.
|
||||||
|
current_down_bandwidth:
|
||||||
|
description: Instant measure of the current used bandwidth for download.
|
||||||
|
current_up_bandwidth:
|
||||||
|
description: Instant measure of the current used bandwidth for upload.
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user