diff --git a/source/_components/sensor.efergy.markdown b/source/_components/sensor.efergy.markdown index 3fed31f58d2..7a57d281fb0 100644 --- a/source/_components/sensor.efergy.markdown +++ b/source/_components/sensor.efergy.markdown @@ -14,16 +14,21 @@ ha_iot_class: "Cloud Polling" --- -Integrate your [Efergy](https://efergy.com) meter information into Home Assistant. To get an app token: +Integrate your [Efergy](https://efergy.com) meter information into Home Assistant. + +## {% linkable_title Setup %} + +To get an app token: 1. Log in to your efergy account - 2. Go to the Settings page - 3. Click on App tokens - 4. Click "Add token" +## {% linkable_title Configuration %} + +To enable the sensor, add the following lines to your `configuration.yaml`: + ```yaml # Example configuration.yaml entry sensor: @@ -52,7 +57,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. + - **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.