-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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.2.2 #37404
2025.2.2 #37404
Conversation
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the |
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThis pull request updates the Home Assistant patch release details. The configuration file is modified to increment the patch version and adjust the release date. Additionally, both the release notes and the core changelog now include a new section for patch release 2025.2.2, which details new endpoints, integration improvements, bug fixes, and dependency version bumps. The updates cover various integrations, including Google Drive (with changes like a backup listener call and resumable uploads) and LaCrosse View, among others. Changes
Sequence Diagram(s)sequenceDiagram
participant Config as _config.yml
participant Release as Release Docs
participant Integration as Integration Service
participant GD as Google Drive
participant LV as LaCrosse View
Config->>Release: Update patch version and release date
Release->>Integration: Publish new patch release details
Integration->>GD: Initiate backup listener during setup
GD-->>Integration: Acknowledge resumable uploads enabled
Integration->>LV: Activate new endpoint for LaCrosse View
LV-->>Integration: Process endpoint request
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
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.
Actionable comments posted: 1
🧹 Nitpick comments (3)
source/_posts/2025-02-05-release-20252.markdown (1)
603-653
: Duplicate Link/Image Reference DefinitionsStatic analysis has flagged several duplicate link or image reference definitions (e.g. for “#137448”, “#137688”, “@allenporter”, “@andrewsayre”, “@bdraco”, “@bieniu”, “@cdce8p”, “@emontnemery”, “@frenck”, “@thecode”, “@tr4nt0r”, “@tronikos”, “@zweckj”). These duplicates can be consolidated to improve clarity and maintainability of the markdown source. Although they may not affect the rendered output, cleaning them up helps avoid potential conflicts and reduces noise in the document.
Tags:
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
603-603: Link and image reference definitions should be needed
Duplicate link or image reference definition: "#137448"(MD053, link-image-reference-definitions)
605-605: Link and image reference definitions should be needed
Unused link or image reference definition: "#137688"(MD053, link-image-reference-definitions)
634-634: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@allenporter"(MD053, link-image-reference-definitions)
635-635: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@andrewsayre"(MD053, link-image-reference-definitions)
638-638: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@bdraco"(MD053, link-image-reference-definitions)
639-639: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@bieniu"(MD053, link-image-reference-definitions)
641-641: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@cdce8p"(MD053, link-image-reference-definitions)
644-644: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@emontnemery"(MD053, link-image-reference-definitions)
645-645: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@frenck"(MD053, link-image-reference-definitions)
650-650: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@thecode"(MD053, link-image-reference-definitions)
651-651: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@tr4nt0r"(MD053, link-image-reference-definitions)
652-652: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@tronikos"(MD053, link-image-reference-definitions)
653-653: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@zweckj"(MD053, link-image-reference-definitions)
source/changelogs/core-2025.2.markdown (2)
1457-1457
: Clarify Conditional ExpressionThe bullet item:
"Use the external URL set in Settings > System > Network if my is disabled as redirect URL for Google Drive instructions"
contains an ambiguous phrase “if my is disabled.” Please clarify what “my” refers to – perhaps it is a typographical error (e.g. should it read “if HA is disabled” or “if MDNS is disabled”?)
1479-1529
: Markdown Reference Definitions CleanupStatic analysis tools have flagged several duplicate markdown link or image reference definitions (e.g. duplicate entries for “#137448”, “@allenporter”, “@andrewsayre”, “@bdraco”, “@bieniu”, “@cdce8p”, “@emontnemery”, “@frenck”, “@thecode”, “@tr4nt0r”, “@zweckj”). Please review these duplicate reference definitions and remove any redundancies to improve maintainability and comply with MD053 guidelines.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
1479-1479: Link and image reference definitions should be needed
Duplicate link or image reference definition: "#137448"(MD053, link-image-reference-definitions)
1481-1481: Link and image reference definitions should be needed
Unused link or image reference definition: "#137688"(MD053, link-image-reference-definitions)
1510-1510: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@allenporter"(MD053, link-image-reference-definitions)
1511-1511: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@andrewsayre"(MD053, link-image-reference-definitions)
1514-1514: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@bdraco"(MD053, link-image-reference-definitions)
1515-1515: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@bieniu"(MD053, link-image-reference-definitions)
1517-1517: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@cdce8p"(MD053, link-image-reference-definitions)
1520-1520: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@emontnemery"(MD053, link-image-reference-definitions)
1521-1521: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@frenck"(MD053, link-image-reference-definitions)
1526-1526: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@thecode"(MD053, link-image-reference-definitions)
1527-1527: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@tr4nt0r"(MD053, link-image-reference-definitions)
1529-1529: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@zweckj"(MD053, link-image-reference-definitions)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
_config.yml
(1 hunks)source/_posts/2025-02-05-release-20252.markdown
(2 hunks)source/changelogs/core-2025.2.markdown
(1 hunks)
✅ Files skipped from review due to trivial changes (1)
- _config.yml
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
source/_posts/2025-02-05-release-20252.markdown
603-603: Link and image reference definitions should be needed
Duplicate link or image reference definition: "#137448"
(MD053, link-image-reference-definitions)
605-605: Link and image reference definitions should be needed
Unused link or image reference definition: "#137688"
(MD053, link-image-reference-definitions)
634-634: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@allenporter"
(MD053, link-image-reference-definitions)
635-635: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@andrewsayre"
(MD053, link-image-reference-definitions)
638-638: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@bdraco"
(MD053, link-image-reference-definitions)
639-639: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@bieniu"
(MD053, link-image-reference-definitions)
641-641: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@cdce8p"
(MD053, link-image-reference-definitions)
644-644: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@emontnemery"
(MD053, link-image-reference-definitions)
645-645: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@frenck"
(MD053, link-image-reference-definitions)
650-650: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@thecode"
(MD053, link-image-reference-definitions)
651-651: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@tr4nt0r"
(MD053, link-image-reference-definitions)
652-652: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@tronikos"
(MD053, link-image-reference-definitions)
653-653: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@zweckj"
(MD053, link-image-reference-definitions)
source/changelogs/core-2025.2.markdown
1479-1479: Link and image reference definitions should be needed
Duplicate link or image reference definition: "#137448"
(MD053, link-image-reference-definitions)
1481-1481: Link and image reference definitions should be needed
Unused link or image reference definition: "#137688"
(MD053, link-image-reference-definitions)
1510-1510: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@allenporter"
(MD053, link-image-reference-definitions)
1511-1511: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@andrewsayre"
(MD053, link-image-reference-definitions)
1514-1514: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@bdraco"
(MD053, link-image-reference-definitions)
1515-1515: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@bieniu"
(MD053, link-image-reference-definitions)
1517-1517: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@cdce8p"
(MD053, link-image-reference-definitions)
1520-1520: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@emontnemery"
(MD053, link-image-reference-definitions)
1521-1521: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@frenck"
(MD053, link-image-reference-definitions)
1526-1526: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@thecode"
(MD053, link-image-reference-definitions)
1527-1527: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@tr4nt0r"
(MD053, link-image-reference-definitions)
1529-1529: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@zweckj"
(MD053, link-image-reference-definitions)
🔇 Additional comments (21)
source/_posts/2025-02-05-release-20252.markdown (1)
570-600
: New Patch Release Section – 2025.2.2 UpdateThis section clearly introduces the new patch release with its scheduled date (February 10, 2025) and lists the associated changes. Please verify that each list item (e.g. “LaCrosse View new endpoint”, “Convert coinbase account amounts as floats”, etc.) accurately reflects the intended updates and corresponds with the changelog details in
source/changelogs/core-2025.2.markdown
.Tags:
source/changelogs/core-2025.2.markdown (20)
1446-1447
: New Release Section Header ApprovedThe header “## Release 2025.2.2 - February 10” is clear and follows the expected format for a new patch release section.
1448-1453
: Bullet Items (Lines 1448–1453) OverviewThe initial bullet items – including the new LaCrosse View endpoint, conversion of coinbase account amounts to floats, and version bumps for ohmepy and onedrive_personal_sdk, as well as the integration domain limitations for Habitica and Nordpool – are clearly presented and consistent with our changelog style.
1454-1456
: Bullet Items (Lines 1454–1456) VerificationThese items, which address limiting the transmission ConfigEntrySelect to the integration domain, fixing tplink child update delays, and initiating the backup listener during Google Drive setup, are well stated and match the release note conventions.
1458-1458
: Manufacturer ID MatchingThe bullet “Fix manufacturer_id matching for 0” is concise and clear.
1459-1459
: Onkyo DAB Radio FixThe bullet “Fix DAB radio in Onkyo” is straightforward.
1460-1460
: LG webOS TV Setup IssueThe bullet “Fix LG webOS TV fails to setup when device is off” is clear and appears correct.
1461-1461
: Heos MigrationThe bullet “Fix heos migration” is succinct and acceptable.
1462-1462
: Pydrawise Version BumpThe bullet “Bump pydrawise to 2025.2.0” meets our expectations for version bump items.
1463-1463
: aioshelly Version BumpThe bullet “Bump aioshelly to version 12.4.2” is clear.
1464-1464
: Telegram Crash PreventionThe bullet “Prevent crash if telegram message failed and did not generate an ID” is clear and valuable for stability.
1465-1465
: Habiticalib Version BumpThe bullet “Bump habiticalib to v0.3.7” is straightforward.
1467-1467
: Resumable Uploads in Google DriveThe bullet “Use resumable uploads in Google Drive” is clear and follows best practices.
1468-1468
: py-synologydsm-api Version BumpThe bullet “Bump py-synologydsm-api to 2.6.2” is clear.
1469-1469
: Generic Agent Exceptions HandlingThe bullet “Handle generic agent exceptions when getting and deleting backups” is clear and addresses robustness.
1470-1470
: Onedrive-Personal-SDK Version BumpThe bullet “Bump onedrive-personal-sdk to 0.0.10” is acceptable.
1471-1471
: Backup Retention PolicyThe bullet “Keep one backup per backup agent when executing retention policy” is clear.
1472-1472
: Inexogy Logging ImprovementThe bullet “Improve inexogy logging when failed to update” is concise and clear.
1473-1473
: Pyheos Version BumpThe bullet “Bump pyheos to v1.0.2” is acceptable.
1474-1474
: Frontend Version UpdateThe bullet “Update frontend to 20250210.0” is clear and reflects the new release date/version.
1475-1475
: Lacrosse-View Version BumpThe bullet “Bump lacrosse-view to 1.1.1” is clear.
Proposed change
home-assistant/core#138231 (comment)
Summary by CodeRabbit
Chores
New Features
Bug Fixes