Skip to content

Conversation

@bouwew
Copy link
Contributor

@bouwew bouwew commented Sep 26, 2025

Summary by CodeRabbit

  • New Features

    • Adds energy device clock synchronization support via Plugwise USB.
  • Documentation

    • Updates changelog for v0.58.0 (2025-09-26) with the new feature and Plugwise USB reference.
  • Chores

    • Bumps Plugwise USB dependency to 0.47.0.
    • Increments component/package version to v0.58.0.

@coderabbitai
Copy link

coderabbitai bot commented Sep 26, 2025

Walkthrough

Bump integration and project versions and update dependency versions; append a new v0.58.0 entry to CHANGELOG.md. No functional code changes.

Changes

Cohort / File(s) Change summary
Changelog
CHANGELOG.md
Added v0.58.0 section (2025-09-26) with entries for energy device clock synchronization via plugwise_usb and updated plugwise_usb reference.
Integration manifest
custom_components/plugwise_usb/manifest.json
Bumped integration version 0.57.00.58.0 and dependency plugwise-usb 0.46.00.47.0. No other fields changed.
Project metadata
pyproject.toml
Bumped project/package version 0.57.00.58.0. No code changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • dirixmjm
  • CoMPaTech

Poem

I hop through lines and nudge a tag,
A tiny bump, no code to lag.
Changelog crumbs and versions new,
Carrots changed from old to new. 🥕
Hooray — 0.58: a quiet chew.

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title clearly and concisely summarizes the main change of the pull request—adding energy device clock synchronization—without extraneous details or ambiguity and matches the changelog and version bump that integrates this feature.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch pw_usb_0_47_0

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1226c29 and e75b513.

📒 Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • pyproject.toml (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • pyproject.toml
🚧 Files skipped from review as they are similar to previous changes (1)
  • CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Prepare

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bouwew bouwew marked this pull request as ready for review September 26, 2025 11:25
@bouwew bouwew requested a review from a team as a code owner September 26, 2025 11:25
Copy link

@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: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d26edbf and 1226c29.

📒 Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • custom_components/plugwise_usb/manifest.json (1 hunks)
🔇 Additional comments (1)
custom_components/plugwise_usb/manifest.json (1)

12-13: Version bump matches dependency upgrade

plugwise-usb==0.47.0 ties cleanly to the integration version bump to 0.58.0—looks good.

CHANGELOG.md Outdated
Comment on lines 5 to 6
- New Feature: implement energy device clock synchronization via plugwise_usb [v0.47.0](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.0)
- Link to plugwise_usb [v0.46.1](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.46.1)
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Fix incorrect backend release link

This entry should reference the same plugwise-usb release that we just bumped to (v0.47.0). Pointing readers to v0.46.1 is misleading.

Apply this diff to correct the link:

-- Link to plugwise_usb [v0.46.1](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.46.1)
+- Link to plugwise_usb [v0.47.0](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.0)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- New Feature: implement energy device clock synchronization via plugwise_usb [v0.47.0](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.0)
- Link to plugwise_usb [v0.46.1](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.46.1)
- New Feature: implement energy device clock synchronization via plugwise_usb [v0.47.0](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.0)
- Link to plugwise_usb [v0.47.0](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.0)
🤖 Prompt for AI Agents
In CHANGELOG.md around lines 5 to 6, the second bullet incorrectly links to
plugwise_usb v0.46.1 while the entry should reference v0.47.0; update the link
target and text to point to
https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.0 so both
bullets consistently reference v0.47.0.

@sonarqubecloud
Copy link

@bouwew bouwew merged commit 400f38c into main Sep 26, 2025
12 checks passed
@bouwew bouwew deleted the pw_usb_0_47_0 branch September 26, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants