[X] I have installed the latest release (or BETA) version of the integration and home assistant.
[X] I have prepared DEBUG log output (for technical issues) | In most of the cases of a technical error/issue I would have the need to ask for DEBUG log output of the integration. There is a short tutorial/guide 'How to provide DEBUG log' here
[X] I am aware that rotating the tibber pulse reading head anti clockwise can improve data quality | See this user comment and the next comment as well
[X] I confirm it's really an issue | In the case that you want to understand the functionality of a certain feature/sensor Please be so kind and make use if the discussion feature of this repo (and do not create an issue) - TIA
Add a description
The "Wirkleistungs" entities does have the wrong device_class. "energy" is for consumption over time (Wh, kWh).
Checklist
Add a description
The "Wirkleistungs" entities does have the wrong device_class. "energy" is for consumption over time (Wh, kWh).
They must be "power" (https://developers.home-assistant.io/docs/core/entity/sensor/)
Needs to be changed to:
device_class=SensorDeviceClass.POWER,
Add your DEBUG log output
No response