I’ve made changes in my configuration.yaml to a device for energy monitoring.
The changes I made were as follows but it’s still not showing up in energy dashboard as an option for device energy consumption.
state_class: total_increasing
friendly_name: Amplifier Total energy
device_class: energy
unit_of_measurement: kWh
The device has the following sensors - current (A), power (W), total energy (KWh), voltage (V).
Can anyone advise on what I’m doing wrong? Thanks.