-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Merge current into next #40176
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
Merge current into next #40176
Conversation
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
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 project configuration. |
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.
Pull Request Overview
This is a "merge current into next" pull request that consolidates substantial recent changes from the main branch into the next development branch. The changes include major website redesigns, new documentation, language improvements, and bug fixes across multiple files.
Key changes include:
- Complete redesign of the voice preview edition page with new visual layout and language processing functionality
- Addition of new documentation for duplicate OS installation issues
- User interface improvements with icon replacements and text updates
- New blog posts for Android companion app and Works with Home Assistant program expansions
- Extensive changelog updates for Home Assistant Core 2025.7
Reviewed Changes
Copilot reviewed 124 out of 138 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
source/voice_control/aliases.markdown | Updated text to include icon for three-dot menu |
source/voice-pe/styles.css | Major CSS redesign with new layout, animations, and responsive design |
source/voice-pe/script.js | Replaced local cloud cycling functionality with language support system |
source/voice-pe/index.html | Restructured page content with new language selection and support cards |
source/more-info/unhealthy/duplicate_os_installation.md | New documentation for resolving duplicate Home Assistant OS installations |
source/getting-started/onboarding_dashboard.markdown | Updated text to include icon for three-dot menu |
source/changelogs/core-2025.7.markdown | Added patch release notes with bug fixes and improvements |
source/_redirects | Updated feature requests redirect to GitHub discussions |
source/_posts/2025-07-23-companion-app-for-android.markdown | New blog post about Android companion app development |
source/_posts/2025-07-15-zooz-joins-works-with-home-assistant.markdown | New blog post announcing Zooz partnership |
source/_posts/2025-07-03-nuki-joins-works-with-home-assistant.markdown | New blog post announcing Nuki partnership |
source/_posts/2025-07-02-release-20257.markdown | Added patch release documentation sections |
Comments suppressed due to low confidence (1)
source/voice-pe/styles.css:4858
- There appears to be a missing opening brace for the media query that starts on line 4859. The closing brace on line 4860 doesn't have a corresponding opening brace.
}
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.
Thank you, @bramkragten 🎉
No description provided.