Skip to content

v0.1.39

Choose a tag to compare

@mrebbert mrebbert released this 04 Jun 15:04

What's New

A small house-keeping release that fixes the "Icon not available" placeholder in HACS' list view and the missing logo / License badge in HACS' rendered README. No code or entity changes — purely repo and brand metadata.

Bundled hDPI brand icon

The integration now ships both brand/icon.png (256×256) and brand/icon@2x.png (512×512, RGBA) next to the existing manifest. Home Assistant's brands proxy (HA ≥ 2026.3) serves both via /api/brands/integration/onekommafive/, replacing the grey "Icon not available" placeholder in HACS' integration list and detail pages.

If you're on HA < 2026.3 the icon stays unavailable — the proxy was introduced in that release. Upgrading HA is the only path; home-assistant/brands no longer accepts PRs for custom integrations (per the 2026-02-24 announcement).

README rendering fixes

Two image references in the README were tripping HACS' HTML sanitiser:

  • The corner logo used a raw <img src="custom_components/…"> HTML tag with a relative path. HACS' sanitiser strips raw HTML, and the path would not have resolved there anyway. Switched to a Markdown image with an absolute raw.githubusercontent.com URL.
  • The License badge link target was the relative path (LICENSE). HACS' sanitiser drops the entire [![]()](relative-link) element when the target is relative, taking the badge image with it. Pointed it at the absolute github.com/.../blob/main/LICENSE URL.

Both fixes also work on GitHub itself.

Removed

The brand-prep/ working directory is gone. It was a staging area for opening a PR against home-assistant/brands; that workflow has been superseded by the local brands proxy.

Full changelog

See CHANGELOG.md.