v1.1.9 — Lovelace resource cleanup
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.9for HACS/cache-busting.
Validation
npm run build:cardpython -m pytest -q— 41 passedpython -m compileall -q custom_components testspython -m json.tool hacs.jsonpython -m json.tool custom_components/ha_lightfx/manifest.jsongit diff --check
Relates to #28. The issue remains open pending reporter confirmation.