Skip to content

Add local brand images per new Brands Proxy API - #17

Merged
patricknitsch merged 1 commit into
mainfrom
claude/version-0-1-1-bump-jltie4
Jul 30, 2026
Merged

Add local brand images per new Brands Proxy API#17
patricknitsch merged 1 commit into
mainfrom
claude/version-0-1-1-bump-jltie4

Conversation

@patricknitsch

Copy link
Copy Markdown
Owner

Summary

  • Home Assistant 2026.3 introduced the Brands Proxy API, which lets custom integrations ship their own brand icons/logos locally instead of relying solely on the central home-assistant/brands repository. Local images now take priority over the CDN.
  • Added custom_components/pvnode/brand/ with the standard set of images HA looks for: icon.png, icon@2x.png, logo.png, logo@2x.png, dark_icon.png, dark_icon@2x.png, dark_logo.png, dark_logo@2x.png.
  • Images are copied from the existing pvnode entry in home-assistant/brands (custom_integrations/pvnode/), so the artwork is unchanged — this just makes it available locally as well.

Test plan

  • Verified image dimensions/format match HA requirements (256×256 icons, interlaced PNG, RGBA)
  • Confirm icons/logos render correctly in Home Assistant after update (light and dark theme)

Generated by Claude Code

Home Assistant 2026.3 lets custom integrations ship their own brand
icons/logos locally instead of relying solely on the central
home-assistant/brands repository. Copy the existing pvnode images
into custom_components/pvnode/brand/ so they are served locally.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012a4MvBFaZ22BuNsPNkPLNu
@patricknitsch
patricknitsch merged commit dccc0e1 into main Jul 30, 2026
1 check passed
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