github rusty4444/hermes-voice-ha-integration v0.0.4
v0.0.4 — Home Assistant brand icons

latest releases: v0.0.8, v0.0.7, v0.0.6...
10 days ago

What's changed

  • Added Home Assistant local brand assets under custom_components/hermes/brand/:
    • icon.png
    • logo.png
    • icon@2x.png
    • logo@2x.png
  • Generated those assets from the README logo.png so Home Assistant can serve the same repo logo through /api/brands/integration/hermes/icon.png and /api/brands/integration/hermes/logo.png.
  • Kept the existing root/legacy icon locations in place for HACS/repository contexts.
  • Bumped package/add-on/plugin/custom-integration metadata to 0.0.4.
  • Added missing dev dependencies (PyYAML, build) so a fresh venv can run the existing YAML tests and build workflow.

Verification

  • python -m pytest tests/ -q — 95 passed
  • python -m build --sdist --wheel
  • Release artifact inspection confirmed the sdist includes custom_components/hermes/brand/{icon,logo}.png and @2x variants.

Note

After updating through HACS, restart Home Assistant and hard-refresh the browser. Home Assistant may cache brand assets under /api/brands/integration/hermes/icon.png.

Don't miss a new hermes-voice-ha-integration release

NewReleases is sending notifications on new releases.