From 57feaed0bece12029f04b747bb0e59c388cbeb5d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Sep 2015 12:16:50 +0200 Subject: [PATCH] Add variable description --- source/components/sensor.efergy.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/components/sensor.efergy.markdown b/source/components/sensor.efergy.markdown index 7886ef0e459..80d36973fff 100644 --- a/source/components/sensor.efergy.markdown +++ b/source/components/sensor.efergy.markdown @@ -25,3 +25,14 @@ sensor: period: day currency: $ ``` + +Configuration variables: + +- **app_token** (*Required*): The App Token for your account. +- **utc_offset** (*Required*): Some variables (currently only the daily_cost) require that the +negative number of minutes your timezone is ahead/behind UTC time. +- **monitored_variables** array (*Required*): Variables to monitor. + - **type** (*Required*): Name of the variable. + - **period** (*Optional*): Some variables take a period argument. Valid options are "day", "week", "month", and "year". + - **currency** (*Optional*): This is used to display the cost/period as the unit when monitoring the cost. It should correspond to the actual currency used in your dashboard. +