Add 'delta_values' option to utility_meter (#54964)

This commit is contained in:
Eddy G 2021-10-28 17:00:31 -07:00 committed by GitHub
parent c8cbd0070d
commit 4d5705c0fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 73 additions and 3 deletions

View file

@ -28,6 +28,7 @@ CONF_METER = "meter"
CONF_SOURCE_SENSOR = "source"
CONF_METER_TYPE = "cycle"
CONF_METER_OFFSET = "offset"
CONF_METER_DELTA_VALUES = "delta_values"
CONF_METER_NET_CONSUMPTION = "net_consumption"
CONF_PAUSED = "paused"
CONF_TARIFFS = "tariffs"