We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Home Assistant 2022.2 throws the following message:
Entity dhl.xxx (<class 'custom_components.dhl.sensor.DHLSensor'>) implements device_state_attributes. Please report it to the custom component author.
Seems like it needs to be renamed to extra_state_attributes: https://community.home-assistant.io/t/warning-that-custom-component-is-using-device-state-attributes/376020/2
extra_state_attributes
The text was updated successfully, but these errors were encountered:
I solved this a while back when I ran across it myself, but never noted it here, so it's solved with 32e7258 .
Sorry, something went wrong.
No branches or pull requests
Home Assistant 2022.2 throws the following message:
Seems like it needs to be renamed to
extra_state_attributes
: https://community.home-assistant.io/t/warning-that-custom-component-is-using-device-state-attributes/376020/2The text was updated successfully, but these errors were encountered: