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.

* ✏️ Tweaks

* ✏️ Tweak
This commit is contained in:
Justin Bassett 2019-02-25 16:13:10 -05:00 committed by Franck Nijhof
parent 5cb1609b9d
commit 2631c9b97e

View File

@ -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