Skip to content
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

2024.11.2 #35777

Merged
merged 1 commit into from
Nov 15, 2024
Merged

2024.11.2 #35777

merged 1 commit into from
Nov 15, 2024

Conversation

frenck
Copy link
Member

@frenck frenck commented Nov 15, 2024

Proposed change

For: home-assistant/core#130713

Summary by CodeRabbit

Release Notes for Home Assistant Version 2024.11.2

  • New Features

    • Sections dashboard is now generally available with customizable layouts and enhanced drag-and-drop functionality.
    • Introduced low-latency camera streams using WebRTC for faster video feeds.
    • New integrations added for LG ThinQ and Husqvarna Automower, with improved accessibility for setting up integrations.
  • Improvements

    • Enhanced voice command recognition and live log streaming for better troubleshooting.
    • Improved handling of device states and bug fixes across various integrations.
  • Versioning

    • Current patch version updated to 2, with the release date set for November 15, 2024.

@home-assistant home-assistant bot added current This PR goes into the current branch has-parent This PR has a parent PR in a other repo in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch labels Nov 15, 2024
@home-assistant
Copy link

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 next branch. Please change the target branch of this PR to next and rebase if needed.

Copy link

netlify bot commented Nov 15, 2024

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit ba4df78
🔍 Latest deploy log https://app.netlify.com/sites/home-assistant-docs/deploys/67379679efe08c000888a9f7
😎 Deploy Preview https://deploy-preview-35777--home-assistant-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

coderabbitai bot commented Nov 15, 2024

📝 Walkthrough

Walkthrough

The changes in this pull request involve updates to the configuration and release notes for the Home Assistant platform. The _config.yml file has been modified to reflect a new patch version and updated release date. The release notes document has been enhanced to include details about the new features and improvements introduced in version 2024.11, including the transition of the dashboard to general availability and the addition of low-latency camera streams. Additionally, various methods for reauthentication have been added across multiple integration classes in the core codebase.

Changes

File Change Summary
_config.yml - Updated current_patch_version from 1 to 2
- Updated date_released from 2024-11-08 to 2024-11-15
source/_posts/2024-11-06-release-202411.markdown - Added new patch release 2024.11.2 - November 15
- Updated patch release details for 2024.11.1 and 2024.11.2
source/changelogs/core-2024.11.markdown - Added multiple async_start_reauth methods across various integration classes
- Updated dependencies and improved type hinting and error handling

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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (2)
source/_posts/2024-11-06-release-202411.markdown (1)

530-635: Clean up unused link references

The following link references are unused and can be removed:

  • [@frenck]
  • [#130156]

This will help maintain cleaner documentation without affecting functionality.

-[#130156]: https://github.com/home-assistant/core/pull/130156
-[@frenck]: https://github.com/frenck
🧰 Tools
🪛 Markdownlint

532-532: Duplicate link or image reference definition: "#129970"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


533-533: Unused link or image reference definition: "#130156"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


606-606: Duplicate link or image reference definition: "@LG-ThinQ-Integration"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


607-607: Duplicate link or image reference definition: "@Thomas55555"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


611-611: Duplicate link or image reference definition: "@bdraco"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


618-618: Unused link or image reference definition: "@frenck"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


619-619: Duplicate link or image reference definition: "@gjohansson-ST"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


620-620: Duplicate link or image reference definition: "@jbouwh"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


622-622: Duplicate link or image reference definition: "@joostlek"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


627-627: Duplicate link or image reference definition: "@mib1185"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


633-633: Duplicate link or image reference definition: "@silamon"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


634-634: Duplicate link or image reference definition: "@starkillerOG"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)

source/changelogs/core-2024.11.markdown (1)

1453-1454: Fix duplicate and unused link references.

There are some minor formatting issues in the link references:

  • Line 1453: Duplicate link reference definition for "#129970"
  • Line 1454: Unused link reference definition for "#130156"
-[#129970]: https://github.com/home-assistant/core/pull/129970
-[#130156]: https://github.com/home-assistant/core/pull/130156
🧰 Tools
🪛 Markdownlint

1453-1453: Duplicate link or image reference definition: "#129970"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


1454-1454: Unused link or image reference definition: "#130156"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 50e29a5 and ba4df78.

📒 Files selected for processing (3)
  • _config.yml (1 hunks)
  • source/_posts/2024-11-06-release-202411.markdown (2 hunks)
  • source/changelogs/core-2024.11.markdown (1 hunks)
🧰 Additional context used
🪛 Markdownlint
source/_posts/2024-11-06-release-202411.markdown

532-532: Duplicate link or image reference definition: "#129970"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


533-533: Unused link or image reference definition: "#130156"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


606-606: Duplicate link or image reference definition: "@LG-ThinQ-Integration"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


607-607: Duplicate link or image reference definition: "@Thomas55555"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


611-611: Duplicate link or image reference definition: "@bdraco"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


618-618: Unused link or image reference definition: "@frenck"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


619-619: Duplicate link or image reference definition: "@gjohansson-ST"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


620-620: Duplicate link or image reference definition: "@jbouwh"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


622-622: Duplicate link or image reference definition: "@joostlek"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


627-627: Duplicate link or image reference definition: "@mib1185"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


633-633: Duplicate link or image reference definition: "@silamon"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


634-634: Duplicate link or image reference definition: "@starkillerOG"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)

source/changelogs/core-2024.11.markdown

1453-1453: Duplicate link or image reference definition: "#129970"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


1454-1454: Unused link or image reference definition: "#130156"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)

🔇 Additional comments (3)
_config.yml (1)

111-112: LGTM: Version and release date updates are consistent.

The patch version increment and release date update align correctly with the PR title (2024.11.2) and follow the expected versioning pattern.

source/_posts/2024-11-06-release-202411.markdown (1)

457-529: LGTM: Patch release section is well-structured

The new patch release 2024.11.2 is properly formatted and follows the established structure of the release notes.

source/changelogs/core-2024.11.markdown (1)

Line range hint 1-1556: LGTM! The changelog is well-structured and comprehensive.

The changelog follows a clear format with:

  • Proper attribution of changes to contributors
  • Linked PR references
  • Organized patch releases with dates
🧰 Tools
🪛 Markdownlint

1453-1453: Duplicate link or image reference definition: "#129970"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)


1454-1454: Unused link or image reference definition: "#130156"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)

@home-assistant home-assistant bot added the parent-merged The parent PR has been merged already label Nov 15, 2024
@frenck frenck merged commit 87c6523 into current Nov 15, 2024
9 checks passed
@home-assistant home-assistant bot removed needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch in-progress This PR/Issue is currently being worked on parent-merged The parent PR has been merged already labels Nov 15, 2024
@frenck frenck deleted the frenck-2024-0561 branch November 15, 2024 19:17
@github-actions github-actions bot locked and limited conversation to collaborators Nov 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
current This PR goes into the current branch has-parent This PR has a parent PR in a other repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants