Report energy consumption in kWh
To match the rest of the equipment.
This commit is contained in:
@@ -98,10 +98,12 @@ sensor:
|
|||||||
sensor: mystrom_power_consumption
|
sensor: mystrom_power_consumption
|
||||||
name: "Power consumption total"
|
name: "Power consumption total"
|
||||||
time_unit: "h"
|
time_unit: "h"
|
||||||
unit_of_measurement: "Wh"
|
unit_of_measurement: "kWh"
|
||||||
device_class: "energy"
|
device_class: "energy"
|
||||||
state_class: "total_increasing"
|
state_class: "total_increasing"
|
||||||
accuracy_decimals: 2
|
accuracy_decimals: 2
|
||||||
|
filters:
|
||||||
|
- multiply: 0.001
|
||||||
|
|
||||||
- platform: tmp102
|
- platform: tmp102
|
||||||
id: mystrom_temperature
|
id: mystrom_temperature
|
||||||
|
|||||||
Reference in New Issue
Block a user