From 495086aa32499bb97bfff821b237286d9511f98d Mon Sep 17 00:00:00 2001 From: ChoffaH Date: Fri, 22 Dec 2023 10:37:58 +0100 Subject: [PATCH] Update readme with total_increasing as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e2040..899c372 100755 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ sensor: unit_of_measurement: "kWh" value_template: "{{ float(value_json.total) | round(0) }}" icon: mdi:flash-circle - state_class: measurement + state_class: total_increasing device_class: energy - state_topic: "EspSparsnasGateway/valuesV2"