From f45864d3fc6bffd9f604a79b22359931a193362e Mon Sep 17 00:00:00 2001 From: miniconfig Date: Fri, 31 Mar 2017 15:24:30 -0400 Subject: [PATCH] Update efergy documentation for current_values (#2266) Updated efergy documentation to include support for multiple devices per account, introduced in home-assistant/home-assistant#6630 --- source/_components/sensor.efergy.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.efergy.markdown b/source/_components/sensor.efergy.markdown index 5fa8a9f7a25..b1bde92188d 100644 --- a/source/_components/sensor.efergy.markdown +++ b/source/_components/sensor.efergy.markdown @@ -38,6 +38,7 @@ sensor: currency: $ - type: amount period: day + - type: current_values ``` Configuration variables: @@ -51,6 +52,7 @@ negative number of minutes your timezone is ahead/behind UTC time. - **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. + - **current_values**: This returns the current energy usage of each device on your account, as efergy_\. If you only have one device in your account, this is effectively the same as instant_readings. - **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.