From 6ec182e2edcd1eeaab4a3edb8308c3ab7a60bc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Gonz=C3=A1lez=20Calleja?= Date: Sat, 3 Dec 2016 05:30:09 -0600 Subject: [PATCH] Adding doc for extend efergy component (#1398) --- source/_components/sensor.efergy.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_components/sensor.efergy.markdown b/source/_components/sensor.efergy.markdown index 7acafd281aa..5fa8a9f7a25 100644 --- a/source/_components/sensor.efergy.markdown +++ b/source/_components/sensor.efergy.markdown @@ -36,6 +36,8 @@ sensor: - type: cost period: day currency: $ + - type: amount + period: day ``` Configuration variables: @@ -45,6 +47,10 @@ Configuration variables: negative number of minutes your timezone is ahead/behind UTC time. - **monitored_variables** array (*Required*): Variables to monitor. - **type** (*Required*): Name of the variable. + - **instant_readings**: Instant energy consumption. + - **budget**: Monthly budget. + - **cost**: The cost for energy consumption (with the tariff that has been set in Efergy) over a given period. + - **amount**: The amount of energy consumed over a given period. - **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.