Skip to content

build: bump version to 1.0.1#53

Merged
dewet22 merged 1 commit into
mainfrom
release/v1.0.1
May 26, 2026
Merged

build: bump version to 1.0.1#53
dewet22 merged 1 commit into
mainfrom
release/v1.0.1

Conversation

@dewet22

@dewet22 dewet22 commented May 26, 2026

Copy link
Copy Markdown
Owner

Patch release shipping the work_time_total unit fix that landed in #51.

Changes since v1.0.0

  • fix(sensor): treat work_time_total as hours, not seconds (fix(sensor): treat work_time_total as hours, not seconds #51) — the raw IR(47):IR(48) register is already in hours, so the previous /3600 divisor produced values ~3600× too small (e.g. ~10h on an inverter running continuously for years). Wire evidence from a 67h TCP capture confirmed the counter ticks once per hour, not once per second.
  • fix(capture_frames): guard against None _client in service handler (fix(sensor): treat work_time_total as hours, not seconds #51) — drive-by mypy fix for the capture_frames service path that was blocking the pre-commit hook.

Cross-references

  • givenergy-modbus#84 — library-side documentation of work_time_total as hours-since-first-power-on, landing in 2.0.1.
  • givenergy-modbus#82 — bounds enforcement on Def that will mask the IR(100)/IR(59) SOC corruption events on the next library bump. No integration changes needed for that one — it lands automatically when 2.0.1 ships.
  • givenergy-modbus#85 — pending None-guards on p_pv() / e_pv_day(). Doesn't affect this release.

Test plan

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Version updated to 1.0.1 for the GivEnergy Local integration.

Review Change Stack

Ships the `work_time_total` unit fix (#51) — the raw register is hours,
not seconds, so the sensor now reports the correct multi-thousand-hour
lifetime values instead of stalled ~10h readings.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 26, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 4d03e54d-ac7e-4c0c-ad50-87cc3b4b2a31

📥 Commits

Reviewing files that changed from the base of the PR and between 8bb3574 and 53f9871.

📒 Files selected for processing (1)
  • custom_components/givenergy_local/manifest.json

📝 Walkthrough

Walkthrough

The integration manifest version is bumped from 1.0.0 to 1.0.1 to reflect a patch release of the GiveEnergy Home Assistant custom component.

Changes

Manifest Version Update

Layer / File(s) Summary
Manifest version increment
custom_components/givenergy_local/manifest.json
The version field is updated from 1.0.0 to 1.0.1, marking a patch release.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A single digit dances high,
From point-zero to point-one we fly,
A patch release, so small yet bright,
Version bumps—the simplest delight! 🐰

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'build: bump version to 1.0.1' accurately reflects the main change in the pull request—a version bump in the manifest file from 1.0.0 to 1.0.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.0.1

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

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version of the GivEnergy Local custom component from 1.0.0 to 1.0.1 in the manifest.json file. There are no review comments, and I have no additional feedback to provide.

@dewet22 dewet22 merged commit 4aac765 into main May 26, 2026
8 checks passed
@dewet22 dewet22 deleted the release/v1.0.1 branch May 26, 2026 20:27
This was referenced May 27, 2026
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.

1 participant