Skip to content

v0.5.4 — transparent brand icon

Choose a tag to compare

@notDIRK notDIRK released this 24 Jun 02:01

Fixes the integration brand icon so it renders cleanly (no white box) on Home Assistant's dark theme.

What changed

  • brand/icon.png (256²) and brand/icon@2x.png (512²) are now RGBA with a transparent background (the previous icons were RGB with a baked-in white background). The README icon was refreshed too.
  • These local brand/ images are the supported path since Home Assistant 2026.3 (served via /api/brands/integration/shelly_cloud_diy/…); the old home-assistant/brands repo no longer accepts custom-integration icons.

To see it: update to v0.5.4 in HACS, then hard-refresh the browser (Ctrl+Shift+R) to clear the cached brand image. The icon appears on the integration's page under Settings → Devices & Services.

No functional code changes.