You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fetch Core release notes from GitHub releases API (#228)
When ha_get_release_notes fails to get release notes via WebSocket and
the release_url is not a GitHub URL (like for Core which uses blog URLs),
this change:
1. For Core update entities, fetches release notes directly from
GitHub API: https://api.github.com/repos/home-assistant/core/releases/tags/{version}
2. When release notes are unavailable, includes the release_url in the
error message so users can view them manually
Closes#187
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments