From 2631c9b97e29497df38317cf9023509aa1ca001f Mon Sep 17 00:00:00 2001 From: Justin Bassett Date: Mon, 25 Feb 2019 16:13:10 -0500 Subject: [PATCH] utility_meter net metering support (#8631) * utility_meter net metering support Add documentation around net metering for utility_sensor. * Change config item to new name New name to make it more obvious what the configuration does. * :pencil2: Tweaks * :pencil2: Tweak --- source/_components/utility_meter.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/utility_meter.markdown b/source/_components/utility_meter.markdown index d90b12ee434..17d13b8763b 100644 --- a/source/_components/utility_meter.markdown +++ b/source/_components/utility_meter.markdown @@ -50,6 +50,11 @@ offset: required: false default: 0 type: integer +net_consumption: + description: Set this to True if you would like to treat the source as a net meter. This will allow your counter to go both positive and negative. + required: false + default: false + type: boolean tariffs: description: List of tariffs supported by the utility meter. required: false