Skip to content

v0.3.2-beta.1

Pre-release
Pre-release

Choose a tag to compare

@derspe derspe released this 01 Jun 19:38

Reliability / packaging

  • Declare frontend as an integration dependency. add_extra_js_url() (used to register the Lovelace card) writes directly to a hass.data key that is created during the frontend component's setup. Declaring the dependency guarantees the frontend is set up first, instead of relying on default_config happening to load it before us.
  • Drop the stale easy-stock-card.mjs bundle from www/ — only easy-stock-card.js is ever injected; the leftover .mjs was unused and confusing.

No card logic changed. If the Easy Stock card still doesn't appear after installing this build, the cause is a stale frontend/service-worker cache (hard-refresh with Ctrl+Shift+R, or Reset frontend cache in the Companion app), not the integration.

Install: HACS → Easy Stock → ⋮ → Redownload → enable "Show beta versions" → pick 0.3.2 (beta) → restart Home Assistant → hard-refresh the browser.