v1.3.6.2
AlertTicker Card — v1.3.6.2
🩹 Patch Fix
Weather widget stops displaying after HA restart (#181)
After a Home Assistant restart, the weather forecast widget went blank and required a browser refresh to recover.
Root cause — two separate problems that compound each other:
-
WebSocket reconnect not detected: When HA restarts, the
weather/subscribe_forecastWebSocket subscription is killed on the server side. The card uses a subscribe guard (entity !== forecastEntity) to avoid redundant re-subscriptions during normal operation — but this guard also blocked re-subscription after the reconnect, since the entity name hadn't changed._forecastDatabecame permanently stale and the forecast panel went blank. -
Card remount not triggering re-subscribe:
disconnectedCallbacknulled_forecastUnsubbut left_forecastEntityset. If Lovelace remounted the card (dashboard navigation, panel reload), the subscribe guard again prevented a fresh subscription.
Fix:
hass.connection.socketis tracked on everyhassupdate. When it becomes a new object (a new WebSocket is opened after HA reconnects),_forecastEntityis reset tonull, forcing a freshweather/subscribe_forecastsubscription._forecastEntityis also reset tonullindisconnectedCallbackso any remount always starts a clean subscription.
No configuration changes needed.
disable_animation / clear_disable_animation — sun, halo, shooting star, and snowflakes still animating (#172)
Four weather elements were not included in the animation-play-state: paused !important rule and continued to animate even when disable_animation or clear_disable_animation was enabled:
- Sun core glow pulse (
.sun-core—sunBreath) - Sun halo float (
.sun-halo—haloFloat) - Shooting star trail (
.w-shooting-star—shootingStar) - Falling snowflakes (
.w-snowflake—snowFall)
All four selectors are now included, completing full animation suppression for the All Clear weather widget.
No configuration changes needed.
📦 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!
