mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +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
|
||||
type: string
|
||||
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
|
||||
type: string
|
||||
monitored_conditions:
|
||||
@ -57,27 +57,27 @@ monitored_conditions:
|
||||
type: list
|
||||
keys:
|
||||
usage:
|
||||
description: Bandwidth usage (percentage).
|
||||
description: Data usage (percentage). This sensor is not supported for unlimited plans.
|
||||
usage_gb:
|
||||
description: Bandwidth usage (gigabytes).
|
||||
description: Data usage (gigabytes).
|
||||
limit:
|
||||
description: Monthly bandwidth limit (gigabytes).
|
||||
description: Monthly data limit (gigabytes). This sensor is not supported for unlimited plans.
|
||||
used_download:
|
||||
description: Bandwidth used by download outside the grace period (gigabytes).
|
||||
description: Data used by download outside the grace period (gigabytes).
|
||||
used_upload:
|
||||
description: Bandwidth used by upload outside the grace period (gigabytes).
|
||||
description: Data used by upload outside the grace period (gigabytes).
|
||||
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:
|
||||
description: Bandwidth used by download during the grace period (gigabytes).
|
||||
description: Data used by download during the grace period (gigabytes).
|
||||
grace_upload:
|
||||
description: Bandwidth used by upload during the grace period (gigabytes).
|
||||
description: Data used by upload during the grace period (gigabytes).
|
||||
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:
|
||||
description: Total bandwidth download (Grace + Used) (gigabytes).
|
||||
description: Total data download (Grace + Used) (gigabytes).
|
||||
total_upload:
|
||||
description: Total bandwidth upload (Grace + Used) (gigabytes).
|
||||
description: Total data upload (Grace + Used) (gigabytes).
|
||||
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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user