From 22fa9831d8a4bb53b27b6b1fe025c2047ba42241 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Aug 2015 18:45:00 +0200 Subject: [PATCH] update header --- homeassistant/components/sensor/efergy.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/homeassistant/components/sensor/efergy.py b/homeassistant/components/sensor/efergy.py index d0391e5c37b..893c4403d71 100644 --- a/homeassistant/components/sensor/efergy.py +++ b/homeassistant/components/sensor/efergy.py @@ -1,14 +1,13 @@ """ homeassistant.components.sensor.efergy -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Monitors home energy use as measured by an efergy -engage hub using its (unofficial, undocumented) API. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Monitors home energy use as measured by an efergy engage hub using its +(unofficial, undocumented) API. Configuration: -To use the efergy sensor you will need to add something -like the following to your config/configuration.yaml +To use the efergy sensor you will need to add something like the following +to your config/configuration.yaml sensor: platform: efergy @@ -39,13 +38,13 @@ An array specifying the variables to monitor. period *Optional -Some variables take a period argument. Valid options are "day", -1"week", "month", and "year" +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. +cost. It should correspond to the actual currency used in your dashboard. """ import logging from requests import get