mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
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:
parent
5cb1609b9d
commit
2631c9b97e
@ -50,6 +50,11 @@ offset:
|
|||||||
required: false
|
required: false
|
||||||
default: 0
|
default: 0
|
||||||
type: integer
|
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:
|
tariffs:
|
||||||
description: List of tariffs supported by the utility meter.
|
description: List of tariffs supported by the utility meter.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user