Skip to content

Conversation

drc38
Copy link
Collaborator

@drc38 drc38 commented Aug 1, 2025

Summary by CodeRabbit

  • Documentation
    • Updated the README to specify supported versions of the Open Charge Point Protocol, including 1.6j, 2.0.1, and experimental 2.1.

@drc38 drc38 temporarily deployed to continuous-integration August 1, 2025 00:00 — with GitHub Actions Inactive
Copy link
Contributor

coderabbitai bot commented Aug 1, 2025

Walkthrough

The README file was updated to clarify that the Home Assistant integration supports Open Charge Point Protocol versions 1.6j, 2.0.1, and 2.1 (experimental), replacing a previous generic mention of protocol support.

Changes

Cohort / File(s) Change Summary
Documentation Update
README.md
Updated protocol version details in the Home Assistant integration description.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • lbbrhzn

Poem

A README refreshed, so clear and bright,
With protocol versions now listed right.
OCPP’s flavors, from old to new,
Even 2.1 (experimental) joins the crew!
The docs now sparkle, concise and neat—
A bunny’s hop makes updates sweet.
🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch drc38-patch-21

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
🪧 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this 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 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.

@drc38 drc38 requested a review from lbbrhzn August 1, 2025 00:00
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

🧹 Nitpick comments (1)
README.md (1)

8-8: Wording refinement for clarity and grammar

Minor re-phrasing enhances readability, explicitly introduces the OCPP acronym, and adds the Oxford comma.

-This is a Home Assistant integration for Electric Vehicle chargers that support the following Open Charge Point Protocols 1.6j, 2.0.1 and 2.1 (experimental).
+This is a Home Assistant integration for electric vehicle chargers that support the following Open Charge Point Protocol (OCPP) versions: 1.6j, 2.0.1, and 2.1 (experimental).
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ee6a66b and 796c742.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: drc38
PR: lbbrhzn/ocpp#1498
File: custom_components/ocpp/api.py:0-0
Timestamp: 2025-01-30T01:49:36.839Z
Learning: The user (drc38) is receptive to code quality improvements and refactoring suggestions that reduce code duplication and improve maintainability.
📚 Learning: the ocpp integration does not use options flow for configuration updates....
Learnt from: drc38
PR: lbbrhzn/ocpp#1498
File: tests/test_config_flow.py:124-124
Timestamp: 2025-01-28T09:21:24.150Z
Learning: The OCPP integration does not use options flow for configuration updates.

Applied to files:

  • README.md

Copy link

codecov bot commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.64%. Comparing base (ee6a66b) to head (796c742).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1678   +/-   ##
=======================================
  Coverage   92.64%   92.64%           
=======================================
  Files          12       12           
  Lines        2053     2053           
=======================================
  Hits         1902     1902           
  Misses        151      151           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lbbrhzn lbbrhzn merged commit c90f14f into main Aug 19, 2025
9 checks passed
@lbbrhzn lbbrhzn deleted the drc38-patch-21 branch August 19, 2025 15:57
drc38 added a commit to drc38/ocpp that referenced this pull request Aug 21, 2025
* add ocpp versions supported (lbbrhzn#1678)

* build(deps): bump actions/checkout from 4 to 5 (lbbrhzn#1685)

* build(deps): bump pre-commit from 4.2.0 to 4.3.0 (lbbrhzn#1686)

* build(deps): bump ruff from 0.12.2 to 0.12.9 (lbbrhzn#1687)

* Fix per connector set charge rate. Clean up swenglish comments.

* Remove separate connector device breaking change. Fix test race condition. CodeRabbit fixes.

* Fix max_current per connector bug. Remove ChargerSession sensors (used for debugging). Fix Charge Control naming when only one connector. More CodeRabbit suggestions.

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Thunqvist <[email protected]>
Co-authored-by: lbbrhzn <[email protected]>
drc38 added a commit to drc38/ocpp that referenced this pull request Aug 21, 2025
* Update .gitignore for HA dev. Use symlinks for integration.

* Handle multiple connectors, initial framework.

* Fix sensor updates and placement on proper devices.

* Add test for v2x multi connector. Handle meter values properly. max_current working per connector.

* add ocpp versions supported (lbbrhzn#1678)

* build(deps): bump actions/checkout from 4 to 5 (lbbrhzn#1685)

* build(deps): bump pre-commit from 4.2.0 to 4.3.0 (lbbrhzn#1686)

* build(deps): bump ruff from 0.12.2 to 0.12.9 (lbbrhzn#1687)

* Fix per connector set charge rate. Clean up swenglish comments.

* Remove separate connector device breaking change. Fix test race condition. CodeRabbit fixes.

* Fix max_current per connector bug. Remove ChargerSession sensors (used for debugging). Fix Charge Control naming when only one connector. More CodeRabbit suggestions.

* Fix Connector naming. More CodeRabbit suggestions.

---------

Co-authored-by: Jan Thunqvist <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lbbrhzn <[email protected]>
drc38 added a commit to drc38/ocpp that referenced this pull request Aug 24, 2025
* Update .gitignore for HA dev. Use symlinks for integration.

* Handle multiple connectors, initial framework.

* Fix sensor updates and placement on proper devices.

* Add test for v2x multi connector. Handle meter values properly. max_current working per connector.

* add ocpp versions supported (lbbrhzn#1678)

* build(deps): bump actions/checkout from 4 to 5 (lbbrhzn#1685)

* build(deps): bump pre-commit from 4.2.0 to 4.3.0 (lbbrhzn#1686)

* build(deps): bump ruff from 0.12.2 to 0.12.9 (lbbrhzn#1687)

* Fix per connector set charge rate. Clean up swenglish comments.

* Remove separate connector device breaking change. Fix test race condition. CodeRabbit fixes.

* Fix max_current per connector bug. Remove ChargerSession sensors (used for debugging). Fix Charge Control naming when only one connector. More CodeRabbit suggestions.

* Fix Connector naming. More CodeRabbit suggestions.

* Add more tests. More CodeRabbit suggestions.

* Test fixes. CodeRabbit suggestions.

* Fix tests.

* Split stop transaction test in separate tests.

---------

Co-authored-by: Jan Thunqvist <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lbbrhzn <[email protected]>
drc38 added a commit to drc38/ocpp that referenced this pull request Aug 27, 2025
* Update .gitignore for HA dev. Use symlinks for integration.

* Handle multiple connectors, initial framework.

* Fix sensor updates and placement on proper devices.

* Add test for v2x multi connector. Handle meter values properly. max_current working per connector.

* add ocpp versions supported (lbbrhzn#1678)

* build(deps): bump actions/checkout from 4 to 5 (lbbrhzn#1685)

* build(deps): bump pre-commit from 4.2.0 to 4.3.0 (lbbrhzn#1686)

* build(deps): bump ruff from 0.12.2 to 0.12.9 (lbbrhzn#1687)

* Fix per connector set charge rate. Clean up swenglish comments.

* Remove separate connector device breaking change. Fix test race condition. CodeRabbit fixes.

* Fix max_current per connector bug. Remove ChargerSession sensors (used for debugging). Fix Charge Control naming when only one connector. More CodeRabbit suggestions.

* Fix Connector naming. More CodeRabbit suggestions.

* Add more tests. More CodeRabbit suggestions.

* Test fixes. CodeRabbit suggestions.

* Fix tests.

* Split stop transaction test in separate tests.

* Change entity id to include charger. Add session sensors to connectors. Clear charger-level entities after connector creation. Add num_connector changes to reload logic. Remove not used functions from chargepoint.py. Revert to original config flow due to automatic discovery of number of connectors. Add more tests.

* Change port on test to fix crash.

---------

Co-authored-by: Jan Thunqvist <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lbbrhzn <[email protected]>
drc38 added a commit to drc38/ocpp that referenced this pull request Sep 5, 2025
* Update .gitignore for HA dev. Use symlinks for integration.

* Handle multiple connectors, initial framework.

* Fix sensor updates and placement on proper devices.

* Add test for v2x multi connector. Handle meter values properly. max_current working per connector.

* add ocpp versions supported (lbbrhzn#1678)

* build(deps): bump actions/checkout from 4 to 5 (lbbrhzn#1685)

* build(deps): bump pre-commit from 4.2.0 to 4.3.0 (lbbrhzn#1686)

* build(deps): bump ruff from 0.12.2 to 0.12.9 (lbbrhzn#1687)

* Fix per connector set charge rate. Clean up swenglish comments.

* Remove separate connector device breaking change. Fix test race condition. CodeRabbit fixes.

* Fix max_current per connector bug. Remove ChargerSession sensors (used for debugging). Fix Charge Control naming when only one connector. More CodeRabbit suggestions.

* Fix Connector naming. More CodeRabbit suggestions.

* Add more tests. More CodeRabbit suggestions.

* Test fixes. CodeRabbit suggestions.

* Fix tests.

* Split stop transaction test in separate tests.

* Change entity id to include charger. Add session sensors to connectors. Clear charger-level entities after connector creation. Add num_connector changes to reload logic. Remove not used functions from chargepoint.py. Revert to original config flow due to automatic discovery of number of connectors. Add more tests.

* Change port on test to fix crash.

* Correct custom component name for debuggging (lbbrhzn#1697)

* Add missing sensors. Convert features value in sensor. Add num_connectors to config entry. Migration to config 2.1.

---------

Co-authored-by: Jan Thunqvist <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lbbrhzn <[email protected]>
Co-authored-by: mutesplash <[email protected]>
drc38 added a commit to drc38/ocpp that referenced this pull request Sep 8, 2025
* add ocpp versions supported (lbbrhzn#1678)

* build(deps): bump actions/checkout from 4 to 5 (lbbrhzn#1685)

* build(deps): bump pre-commit from 4.2.0 to 4.3.0 (lbbrhzn#1686)

* build(deps): bump ruff from 0.12.2 to 0.12.9 (lbbrhzn#1687)

* Correct custom component name for debuggging (lbbrhzn#1697)

* Support for multiple connectors per charger (lbbrhzn#1689)

* Update .gitignore for HA dev. Use symlinks for integration.

* Handle multiple connectors, initial framework.

* Fix sensor updates and placement on proper devices.

* Add test for v2x multi connector. Handle meter values properly. max_current working per connector.

* Fix per connector set charge rate. Clean up swenglish comments.

* Remove separate connector device breaking change. Fix test race condition. CodeRabbit fixes.

* Fix max_current per connector bug. Remove ChargerSession sensors (used for debugging). Fix Charge Control naming when only one connector. More CodeRabbit suggestions.

* Fix Connector naming. More CodeRabbit suggestions.

* Add more tests. More CodeRabbit suggestions.

* Test fixes. CodeRabbit suggestions.

* Fix tests.

* Split stop transaction test in separate tests.

* Change entity id to include charger. Add session sensors to connectors. Clear charger-level entities after connector creation. Add num_connector changes to reload logic. Remove not used functions from chargepoint.py. Revert to original config flow due to automatic discovery of number of connectors. Add more tests.

* Change port on test to fix crash.

* Add missing sensors. Convert features value in sensor. Add num_connectors to config entry. Migration to config 2.1.

---------

Co-authored-by: Jan Thunqvist <[email protected]>
Co-authored-by: lbbrhzn <[email protected]>
Co-authored-by: drc38 <[email protected]>

* build(deps): bump jsonschema from 4.24.0 to 4.25.1 (lbbrhzn#1690)

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.24.0 to 4.25.1.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.24.0...v4.25.1)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-version: 4.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lbbrhzn <[email protected]>
Co-authored-by: drc38 <[email protected]>

* Added Rolec EVO to docs (lbbrhzn#1695)

* Added Rolec EVO to docs

* Update docs/user-guide.md

Fix unit of power

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: drc38 <[email protected]>

* build(deps): bump ruff from 0.12.9 to 0.12.11 (lbbrhzn#1696)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.9 to 0.12.11.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.12.9...0.12.11)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump actions/stale from 9 to 10 (lbbrhzn#1699)

Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v9...v10)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump actions/setup-python from 5.6.0 to 6.0.0 (lbbrhzn#1700)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.6.0...v6.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: drc38 <[email protected]>

* Update EAIR continuously (Fixes lbbrhzn#1707). Handle clear profile exceptions when changing max current (Fixes lbbrhzn#1706 and lbbrhzn#1703). Use proper connector id for extra attr (phase data) (Fixes lbbrhzn#1704). Clear IdTag and reset transaction id to 0 on stop/unplug (Fixes lbbrhzn#1702). Add more tests.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mutesplash <[email protected]>
Co-authored-by: Jan <[email protected]>
Co-authored-by: Jan Thunqvist <[email protected]>
Co-authored-by: lbbrhzn <[email protected]>
Co-authored-by: Mark Gibson <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
drc38 added a commit to drc38/ocpp that referenced this pull request Sep 9, 2025
* add ocpp versions supported (lbbrhzn#1678)

* build(deps): bump actions/checkout from 4 to 5 (lbbrhzn#1685)

* build(deps): bump pre-commit from 4.2.0 to 4.3.0 (lbbrhzn#1686)

* build(deps): bump ruff from 0.12.2 to 0.12.9 (lbbrhzn#1687)

* Correct custom component name for debuggging (lbbrhzn#1697)

* Support for multiple connectors per charger (lbbrhzn#1689)

* Update .gitignore for HA dev. Use symlinks for integration.

* Handle multiple connectors, initial framework.

* Fix sensor updates and placement on proper devices.

* Add test for v2x multi connector. Handle meter values properly. max_current working per connector.

* Fix per connector set charge rate. Clean up swenglish comments.

* Remove separate connector device breaking change. Fix test race condition. CodeRabbit fixes.

* Fix max_current per connector bug. Remove ChargerSession sensors (used for debugging). Fix Charge Control naming when only one connector. More CodeRabbit suggestions.

* Fix Connector naming. More CodeRabbit suggestions.

* Add more tests. More CodeRabbit suggestions.

* Test fixes. CodeRabbit suggestions.

* Fix tests.

* Split stop transaction test in separate tests.

* Change entity id to include charger. Add session sensors to connectors. Clear charger-level entities after connector creation. Add num_connector changes to reload logic. Remove not used functions from chargepoint.py. Revert to original config flow due to automatic discovery of number of connectors. Add more tests.

* Change port on test to fix crash.

* Add missing sensors. Convert features value in sensor. Add num_connectors to config entry. Migration to config 2.1.

---------

Co-authored-by: Jan Thunqvist <[email protected]>
Co-authored-by: lbbrhzn <[email protected]>
Co-authored-by: drc38 <[email protected]>

* build(deps): bump jsonschema from 4.24.0 to 4.25.1 (lbbrhzn#1690)

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.24.0 to 4.25.1.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.24.0...v4.25.1)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-version: 4.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lbbrhzn <[email protected]>
Co-authored-by: drc38 <[email protected]>

* Added Rolec EVO to docs (lbbrhzn#1695)

* Added Rolec EVO to docs

* Update docs/user-guide.md

Fix unit of power

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: drc38 <[email protected]>

* build(deps): bump ruff from 0.12.9 to 0.12.11 (lbbrhzn#1696)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.9 to 0.12.11.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.12.9...0.12.11)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump actions/stale from 9 to 10 (lbbrhzn#1699)

Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v9...v10)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump actions/setup-python from 5.6.0 to 6.0.0 (lbbrhzn#1700)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.6.0...v6.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: drc38 <[email protected]>

* fixes for initial release of multiple connector support

Co-authored-by: Jan Thunqvist <[email protected]>

* Average Current values. Handle cases where meter values bucket contains several EAIR with different contexts (Fixes lbbrhzn#1709). Set energy_session initally to 0 to avoid spike. More tests.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mutesplash <[email protected]>
Co-authored-by: Jan <[email protected]>
Co-authored-by: Jan Thunqvist <[email protected]>
Co-authored-by: lbbrhzn <[email protected]>
Co-authored-by: Mark Gibson <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
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