From 5e77fc8d94769781fb023f533f791552add881be Mon Sep 17 00:00:00 2001 From: Mike O'Driscoll Date: Mon, 12 Feb 2018 02:31:34 -0500 Subject: [PATCH] Update TekSavvy sendor documentation. (#4645) Update the TekSavvy senor documentation for unlimited plans without a cap. --- source/_components/sensor.teksavvy.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.teksavvy.markdown b/source/_components/sensor.teksavvy.markdown index 2181e4273de..dd62ca97d4e 100644 --- a/source/_components/sensor.teksavvy.markdown +++ b/source/_components/sensor.teksavvy.markdown @@ -45,7 +45,7 @@ api_key: required: true type: string total_bandwidth: - description: Your bandwidth limit in gigabytes. + description: Your bandwidth limit in gigabytes. Set to `0` for unlimited plans without a cap. required: true type: string monitored_conditions: @@ -72,6 +72,6 @@ monitored_conditions: offpeak_total: description: Total bandwidth used during the unlimited period (gigabytes). onpeak_remaining: - description: Remaining bandwidth (gigabytes). + description: Remaining bandwidth (gigabytes). {% endconfiguration %}