Round power meters to 1 digit after the dot.
This commit is contained in:
		| @@ -74,7 +74,7 @@ | ||||
|     source: sensor.power_import | ||||
|     name: energy_import_sum | ||||
|     unit_prefix: k | ||||
|     round: 2 | ||||
|     round: 1 | ||||
|     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: 2 | ||||
|     round: 1 | ||||
|     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: 2 | ||||
|     round: 1 | ||||
|     method: left | ||||
|   | ||||
		Reference in New Issue
	
	Block a user