Ping binary sensor flooding DB by "round_trip_time" attributes (still)
The problem
Continuation of https://github.com/home-assistant/core/issues/111531
@jpbede Sorry for direct tagging, but you said that
However, the attributes will be kept until 2024.7 to be backwards compatible. After that, the attributes will be removed
But still in 2024.9 I see these attributes as a part of binary_sensor entity:
and these attributes are in DB as well:
What version of Home Assistant Core has the issue?
2024.9
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Ping
Link to integration documentation on our website
https://www.home-assistant.io/integrations/ping/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
Hey there @jpbede, mind taking a look at this issue as it has been labeled with an integration (ping) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of ping can trigger bot actions by commenting:
@home-assistant closeCloses the issue.@home-assistant rename Awesome new titleRenames the issue.@home-assistant reopenReopen the issue.@home-assistant unassign pingRemoves the current integration label and assignees on the issue, add the integration domain after the command.@home-assistant add-label needs-more-informationAdd a label (needs-more-information, problem in dependency, problem in custom component) to the issue.@home-assistant remove-label needs-more-informationRemove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
(message by CodeOwnersMention)
ping documentation ping source (message by IssueLinks)
Well, removing things depends on someone removing them from the code 🙂 Since no one has done that and I haven't had time in the last few weeks, it's still there, but I removed it last week (https://github.com/home-assistant/core/pull/125760) finally. So the attributes will disappear with 2024.10
@jpbede Thank you very very much
Sorry, for the dupe. Thanks for the update :)