Oops. Rounded the wrong sensors.

This commit is contained in:
2023-06-25 23:41:02 +02:00
parent 1ade598c97
commit 8b43bf239b
2 changed files with 7 additions and 7 deletions

View File

@@ -74,7 +74,7 @@
source: sensor.power_import
name: energy_import_sum
unit_prefix: k
round: 1
round: 2
method: left
# Sensor for Riemann sum of energy export (W -> Wh)
@@ -82,7 +82,7 @@
source: sensor.power_export
name: energy_export_sum
unit_prefix: k
round: 1
round: 2
method: left
# Sensor for Riemann sum of energy consumption (W -> Wh)
@@ -90,5 +90,5 @@
source: sensor.power_consumption
name: energy_consumption_sum
unit_prefix: k
round: 1
round: 2
method: left