home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.16k stars 30.2k forks source link

deleting one feed in feedreader lets feedreader forget known/last entries of all other feeds #127033

Open GsakuL opened 6 days ago

GsakuL commented 6 days ago

The problem

testing for #126272 i added the releases.atom from home-assistent/frontend. Now that I deleted it again, I now get spammed with events (and subsequently message from an automation) of all the other feeds, where i have previously already got all entries. As in #126272, the spam is in reversed order, showing the "oldest" message last (need to scroll/delete multiple pages due to [desired] discord embed)

today (2024-09-29): grafik 2024-09-24: grafik

this happened to 2 Feeds already, and I'm anticipating 14 more to come

What version of Home Assistant Core has the issue?

core-2024.8.3

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

feedreader

Link to integration documentation on our website

https://www.home-assistant.io/integrations/feedreader/

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

home-assistant[bot] commented 6 days ago

Hey there @mib1185, mind taking a look at this issue as it has been labeled with an integration (feedreader) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `feedreader` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign feedreader` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


feedreader documentation feedreader source (message by IssueLinks)

mib1185 commented 6 days ago

Hi @GsakuL just to be sure - you've removed an existing feed from your configuration, which triggers ALL other configured feeds to re-fire all events?