mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Document sensor not supported for unlimited plans (#28604)
* Document sensor not supported for unlimited plans * Replace incorrect use of bandwidth with data
This commit is contained in:
parent
4efe0a784b
commit
cfa5d4824b
@ -48,7 +48,7 @@ api_key:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
total_bandwidth:
|
total_bandwidth:
|
||||||
description: Your bandwidth limit in gigabytes. Set to `0` for unlimited plans without a cap.
|
description: Your data limit in gigabytes. Set to `0` for unlimited plans without a cap.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
@ -57,27 +57,27 @@ monitored_conditions:
|
|||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
usage:
|
usage:
|
||||||
description: Bandwidth usage (percentage).
|
description: Data usage (percentage). This sensor is not supported for unlimited plans.
|
||||||
usage_gb:
|
usage_gb:
|
||||||
description: Bandwidth usage (gigabytes).
|
description: Data usage (gigabytes).
|
||||||
limit:
|
limit:
|
||||||
description: Monthly bandwidth limit (gigabytes).
|
description: Monthly data limit (gigabytes). This sensor is not supported for unlimited plans.
|
||||||
used_download:
|
used_download:
|
||||||
description: Bandwidth used by download outside the grace period (gigabytes).
|
description: Data used by download outside the grace period (gigabytes).
|
||||||
used_upload:
|
used_upload:
|
||||||
description: Bandwidth used by upload outside the grace period (gigabytes).
|
description: Data used by upload outside the grace period (gigabytes).
|
||||||
used_total:
|
used_total:
|
||||||
description: Total bandwidth (download and upload sum calculation) used outside the grace period (gigabytes).
|
description: Total data (download and upload sum calculation) used outside the grace period (gigabytes).
|
||||||
grace_download:
|
grace_download:
|
||||||
description: Bandwidth used by download during the grace period (gigabytes).
|
description: Data used by download during the grace period (gigabytes).
|
||||||
grace_upload:
|
grace_upload:
|
||||||
description: Bandwidth used by upload during the grace period (gigabytes).
|
description: Data used by upload during the grace period (gigabytes).
|
||||||
grace_total:
|
grace_total:
|
||||||
description: Total bandwidth (download and upload sum calculation) used during the unlimited period (gigabytes).
|
description: Total data (download and upload sum calculation) used during the unlimited period (gigabytes).
|
||||||
total_download:
|
total_download:
|
||||||
description: Total bandwidth download (Grace + Used) (gigabytes).
|
description: Total data download (Grace + Used) (gigabytes).
|
||||||
total_upload:
|
total_upload:
|
||||||
description: Total bandwidth upload (Grace + Used) (gigabytes).
|
description: Total data upload (Grace + Used) (gigabytes).
|
||||||
used_remaining:
|
used_remaining:
|
||||||
description: Remaining bandwidth calculated from used and supplied total bandwidth (gigabytes).
|
description: Remaining bandwidth calculated from used and supplied total bandwidth (gigabytes). This sensor is not supported for unlimited plans.
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user