Hi, in my log I see the following warning which indicates incorrect sensor configuration. I know the sensor configuration come from the addon "HoyMiles Solar Gateway stable Addon" - a Hoymiles cloud to MQTT transformer. So I opened a ticket in the addon repo instead of open a core issue. But now the maintainer asked how to fix. Does anybody know about details / recommendations how to fix?
Warning in Log:
WARNING (MainThread) [homeassistant.components.sensor]
Entity sensor.hoymiles_gatewaysolarh<removed>_real_power_measurement (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>)
is using state class 'measurement' which is impossible considering device class ('energy') it is using;
expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured,
otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A"integration%3A+mqtt"