-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
2025.5: Beta release notes #38827
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
2025.5: Beta release notes #38827
Conversation
It seems that this PR is targeted against an incorrect branch. Documentation updates which apply to our current stable release should target the |
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe changes consist of updates to integration metadata, ownership, and release documentation across the Home Assistant documentation repository. Numerous integration markdown files were modified to reorganize or add metadata fields such as Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HomeAssistantDocs
participant IntegrationMetadata
User->>HomeAssistantDocs: Access integration documentation
HomeAssistantDocs->>IntegrationMetadata: Retrieve updated metadata fields (platforms, quality scale, discovery, codeowners)
IntegrationMetadata-->>HomeAssistantDocs: Return reorganized and expanded metadata
HomeAssistantDocs-->>User: Display updated integration documentation
sequenceDiagram
participant Maintainer
participant CODEOWNERS
participant IntegrationDocs
Maintainer->>CODEOWNERS: Update ownership entries (add, remove, modify)
CODEOWNERS-->>IntegrationDocs: Reflect new codeowner assignments in metadata
IntegrationDocs-->>Maintainer: Show updated codeowner information
sequenceDiagram
participant ReleaseBot
participant _config.yml
participant ReleaseNotes
ReleaseBot->>_config.yml: Update release version and date
ReleaseBot->>ReleaseNotes: Add new release notes file for 2025.5
_config.yml-->>ReleaseBot: Store new release metadata
ReleaseNotes-->>ReleaseBot: Store detailed release documentation
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (11)
📒 Files selected for processing (43)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
It seems that this PR is targeted against an incorrect branch. Documentation updates which apply to our current stable release should target the |
Proposed change
Release notes for Home Assistant 2025.5.0 beta
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
New Features
Improvements
Bug Fixes
Documentation
Chores