Skip to content

chore: normalize evcc product name to lowercase#380

Merged
MaStr merged 1 commit into
mainfrom
copilot/align-evcc-naming-to-lowercase
Jun 10, 2026
Merged

chore: normalize evcc product name to lowercase#380
MaStr merged 1 commit into
mainfrom
copilot/align-evcc-naming-to-lowercase

Conversation

Copilot AI commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

evcc's official branding is all-lowercase. This replaces all EVCC uppercase references with evcc across docs, scripts, and CLAUDE.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 in evcc-connection.md, index.md, how-batcontrol-works.md, 15-min-transform.md
  • mkdocs.yml — nav label EVCC Connectionevcc Connection
  • CLAUDE.md — module map comments
  • scripts/README.md and scripts/test_evcc.py — docstrings and print statements

Copilot AI changed the title chore: align evcc product name to lowercase chore: normalize evcc product name to lowercase Jun 10, 2026
Copilot finished work on behalf of MaStr June 10, 2026 12:26
Copilot AI requested a review from MaStr June 10, 2026 12:26
@MaStr MaStr marked this pull request as ready for review June 10, 2026 12:30
Copilot AI review requested due to automatic review settings June 10, 2026 12:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 EVCC textual references with lowercase evcc in docs and contributor documentation.
  • Updated MkDocs navigation label to match the new casing.
  • Updated the standalone scripts/test_evcc.py messaging/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 EVCCevcc.
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.

@MaStr MaStr merged commit f53cc0f into main Jun 10, 2026
14 checks passed
@MaStr MaStr deleted the copilot/align-evcc-naming-to-lowercase branch June 10, 2026 12:33
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.

3 participants