Skip to content

v1.1.9 — Lovelace resource cleanup

Choose a tag to compare

@rusty4444 rusty4444 released this 19 Jun 21:30

v1.1.9 — Lovelace resource cleanup

Changes

  • Load the Lovelace resources storage collection before matching HA LightFX resources, so stale entries are visible and can be removed instead of appending another current resource.
  • Match HA LightFX resource URLs by parsed path, including absolute URLs and cache-busting query strings.
  • Replace existing HA LightFX card picker metadata when the current card loads, so old duplicate picker entries are cleaned up.
  • Bump the integration manifest version to 1.1.9 for HACS/cache-busting.

Validation

  • npm run build:card
  • python -m pytest -q — 41 passed
  • python -m compileall -q custom_components tests
  • python -m json.tool hacs.json
  • python -m json.tool custom_components/ha_lightfx/manifest.json
  • git diff --check

Relates to #28. The issue remains open pending reporter confirmation.