Skip to content

v2.10.0

Choose a tag to compare

@seevee seevee released this 08 Apr 19:04
1864554

2.10.0 — 2026-04-08

Added

  • Support multiple entities in a single card (#129) (13361a9…)
  • Show sample data toggle with nudge when no alerts active (#133) (f7648d1…)

Changed

  • Inject card version from package.json at build time (#132) (ec7a8e2…)

Fixed

  • Preserve NWS period forecast lines and make release script resumable (#126) (b1be730…)
  • Show hint when no provider entities are found (#128) (8ae9c61…)

Maintenance

  • Update dependencies and fix rollup build (#131) (24248ab…)

Migrating from v1.x

The card was renamed from NWS Alerts Card to Weather Alerts Card to reflect multi-provider support. Your existing dashboards will continue to work — the old element name is supported but deprecated.

  1. Update your dashboard YAML: change type: custom:nws-alerts-card to type: custom:weather-alerts-card
  2. Update your resource URL:
    • HACS users: HACS updates the resource path automatically — no action needed.
    • Manual install: In Settings → Dashboards → Resources, change /local/nws-alerts-card.js to /local/weather-alerts-card.js
  3. The old names will be removed in v3.