Warning that custom component is using device_state_attributes

Updated to 2012.12.x and I am seeing these warnings.

Entity sensor.emoncms_use (<class 'custom_components.emoncms2.sensor.EmonCmsSensor'>) implements device_state_attributes.

As I am nominally the maintainer, I probably need to do something to the component, but I have no idea what this log message means.

Can someone point me to the relevant release note and or the documentation regarding this, or even better, tell me what needs fixing :slight_smile:

Entity looks like this;
image

Rename the property device_state_attributes to extra_state_attributes
https://developers.home-assistant.io/docs/core/entity?_highlight=extra_state_attributes#generic-properties

Thanks - discovered I had an old โ€˜secondโ€™ copy in my custom components :frowning: