Oops. Rounded the wrong sensors.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user