-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Add retry_after to UpdateFailed in update coordinator #153550
New issue
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
Merged
MartinHjelmare
merged 19 commits into
home-assistant:dev
from
erwindouna:architecture-duc-backoff
Nov 14, 2025
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
7e10175
Initial commit
erwindouna af359d6
Merge branch 'dev' into architecture-duc-backoff
erwindouna 57027f5
Patch
erwindouna 4496329
Current testing for tonight
erwindouna cc4bb8d
Step
erwindouna b9b2a4a
Merge branch 'dev' into architecture-duc-backoff
erwindouna 3478165
First prototype
erwindouna 0769237
Small fix
erwindouna af527b2
Optimize
erwindouna e94c32e
Update homeassistant/helpers/update_coordinator.py
erwindouna 5114597
Update tests/helpers/test_update_coordinator.py
erwindouna 71cf467
Merge branch 'dev' into architecture-duc-backoff
erwindouna 2d90e4b
Feedback
erwindouna 4b3c68f
Update tests/helpers/test_update_coordinator.py
erwindouna 523a3e8
Update tests/helpers/test_update_coordinator.py
erwindouna e958e33
Feedback
erwindouna 4516af3
Update test with parameters
erwindouna 3612cfa
Fix typing
MartinHjelmare 9e72056
Remove leftover debug log
MartinHjelmare File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make this limitation clear in the dev blog, I think. We could consider allowing the retry_after parameter to influence the config entry retry interval, but I think that requires a new discussion.