v1.3.6.4
AlertTicker Card — v1.3.6.4
🩹 Patch Fixes
Root cause — two separate problems:
-
WebSocket reconnect not detected: When HA restarts, the
weather/subscribe_forecastWebSocket subscription is killed server-side. The subscribe guard (entity !== forecastEntity) blocked re-subscription after reconnect since the entity name hadn't changed. Forecast data became permanently stale or blank. -
Card remount not triggering re-subscribe:
disconnectedCallbacknulled_forecastUnsubbut left_forecastEntityset, blocking re-subscription on Lovelace remounts (dashboard navigation, panel reload).
Fix: hass.connection.socket is tracked — when it becomes a new object (new WebSocket after HA reconnects), _forecastEntity is reset to force a fresh subscription. _forecastEntity is also reset in disconnectedCallback for clean remounts.
📦 Update Instructions
- Download
alert-ticker-card.jsandalert-ticker-card-editor.js - Replace both files in your
www/folder (or the path you set in Resources) - Hard-reload the browser: Ctrl+Shift+R / Cmd+Shift+R
HACS users: update from the HACS panel — no manual steps needed.
Full changelog: CHANGELOG.md
☕ If this card saves you time, consider buying me a coffee — it keeps the updates coming!
