chore: normalize evcc product name to lowercase#380
Merged
Conversation
Copilot
AI
changed the title
chore: align evcc product name to lowercase
chore: normalize evcc product name to lowercase
Jun 10, 2026
Copilot created this pull request from a session on behalf of
MaStr
June 10, 2026 12:26
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes the product name evcc to be all-lowercase across the repository’s documentation and helper scripts, aligning written references with evcc’s official branding while keeping Python class names (e.g., Evcc) unchanged.
Changes:
- Replaced uppercase
EVCCtextual references with lowercaseevccin docs and contributor documentation. - Updated MkDocs navigation label to match the new casing.
- Updated the standalone
scripts/test_evcc.pymessaging/docstrings and the scripts README accordingly.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/test_evcc.py | Normalizes user-facing docstring text, comments, and print output from EVCC → evcc. |
| scripts/README.md | Updates the script description and feature bullets to use evcc branding. |
| mkdocs.yml | Renames the nav label to evcc Connection while keeping the same doc path. |
| docs/integrations/evcc-connection.md | Updates headings and inline references to evcc for consistent branding. |
| docs/index.md | Updates the integrations table and supported-hardware bullets to refer to evcc. |
| docs/getting-started/how-batcontrol-works.md | Updates the section heading to evcc Integration. |
| docs/development/15-min-transform.md | Updates provider labeling and summary bullets to use evcc. |
| CLAUDE.md | Updates module map comments to refer to evcc consistently. |
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.
evcc's official branding is all-lowercase. This replaces all
EVCCuppercase references withevccacross docs, scripts, andCLAUDE.md.Python class names (
Evcc,EvccSolar,EvccApi) are unchanged — PascalCase is a Python convention, not a product-name reference.Files changed
docs/— headings, nav entries, and inline text inevcc-connection.md,index.md,how-batcontrol-works.md,15-min-transform.mdmkdocs.yml— nav labelEVCC Connection→evcc ConnectionCLAUDE.md— module map commentsscripts/README.mdandscripts/test_evcc.py— docstrings and print statements