Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the Home Assistant add-on repository for the 0.8.0 release by updating add-on metadata, configuration/schema templates, build targets, and release notes.
Changes:
- Bump add-on version to 0.8.0 and expand config/schema to include new options (e.g.,
battery_control.type,peak_shaving,min_pv_charge_rate,fronius-modbusinverter type). - Drop deprecated architectures (armhf/armv7) and update base images in
build.yaml. - Add 0.8.0 release notes to changelogs and update the development changelog header.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
batcontrol/Dockerfile |
Adds runtime environment metadata for the container. |
batcontrol/config.yaml |
Updates add-on version, removes deprecated arch, and extends options/schema for new features. |
batcontrol/CHANGELOG.md |
Adds 0.8.0 release notes. |
batcontrol/build.yaml |
Updates build base images and removes deprecated arch build targets. |
batcontrol-development/config.yaml |
Mirrors config/schema extensions for the development add-on. |
batcontrol-development/CHANGELOG.md |
Rolls development header forward and includes 0.8.0 notes. |
Comments suppressed due to low confidence (1)
batcontrol-development/config.yaml:52
- The example comment for
inverter.typestill says "currently only fronius_gen24 supported", but the schema now includes additional supported backends (e.g.fronius-modbus,mqtt,dummy). Please update the comment so the development add-on config template matches the actual supported options.
inverter:
type: dummy #currently only fronius_gen24 supported
address: 192.168.0.XX # the local IP of your inverter. needs to be reachable from the machine that runs batcontrol
user: customer #customer or technician lowercase only!!
password: YOUR-PASSWORD #
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
48
to
+51
| ENV BATCONTROL_VERSION=${BUILD_VERSION} | ||
| ENV BATCONTROL_GIT_SHA=${GIT_SHA} | ||
| ENV BATCONTROL_RUNTIME_ENV="home_assistant_addon-ng" | ||
|
|
Comment on lines
48
to
52
| inverter: | ||
| type: dummy #currently only fronius_gen24 supported | ||
| address: 192.168.0.XX # the local IP of your inverter. needs to be reachable from the machine that runs batcontrol | ||
| user: customer #customer or technician lowercase only!! | ||
| password: YOUR-PASSWORD # |
|
|
||
| ### 🔧 Technical Updates | ||
|
|
||
| - **Build**: switched from pip to uv for Docker image builds and test setup |
| ## What's Changed | ||
|
|
||
| - Support for the homeassistant evcc-sensor fomr ML solar forecastprediction | ||
| - **Build**: switched from pip to uv for Docker image builds and test setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.