v1.2.8
AlertTicker Card v1.2.8
ποΈ Grouped Alerts + Alexa Multiroom TTS
β¨ Highlights
ποΈ Grouped Alerts β collapse many sensors into one card
When a filter-mode alert (device class, entity filter, label/area) has too many active entities, it can now automatically collapse into a single summary slide instead of cycling through each one individually.
alerts:
- device_class: battery
operator: "<"
state: "30"
theme: battery
group: true
group_min: 3 # collapse when β₯3 entities are active
group_message: "{count} batteries low" # summary text
group_expanded_message: "{name}: {state}%" # per-entity text when expandedHow it works:
- When active entities reach
group_min, a summary card appears showing the message, all entity names, and the total count with a βΌ indicator - Tap the card to expand into individual alert slides β each shows the full per-entity alert as if it were a standalone alert
- A β chip at the bottom of each expanded slide collapses back to the group summary
- Swipe left on the group slide β snoozes all members at once
- Swipe left on an individual expanded slide β snoozes that entity only
- When fewer than
group_minentities are active, individual slides are shown as usual
Message placeholders:
| Field | Available placeholders |
|---|---|
group_message |
{count} Β· {names} Β· {{ states('sensor.x') }} Β· any HA Jinja2 |
group_expanded_message |
{state} Β· {name} Β· {entity} Β· {device} Β· {{ states('sensor.x') }} Β· any HA Jinja2 |
Editor: all options appear in the new ποΈ Raggruppa alert section, visible only for filter-mode alerts (device class / entity filter / label / area).
Perfect for battery monitors, door/window sensors, motion detectors β any scenario where a fleet of similar sensors can trigger at once.
π Also Added
| Feature | Description |
|---|---|
tts_notify_type |
Set the notify type per-alert for TTS services. Use announce for Alexa speaker groups / multiroom setups (default: tts). Configurable in the editor. |
tts: true
tts_notify_service: alexa_media_zona_giorno
tts_notify_type: announce # default: ttsπ Fixed
- Config error when enabling group alerts β
activewas declaredconstin_computeActiveAlertsbut reassigned in the grouping pass, throwingTypeError: Assignment to constant variablethe moment the feature was turned on. Changed tolet. - Clock/date blank on first render β clock showed nothing for up to 1 second after mount; fixed by populating
_clockTime/_clockDatesynchronously before the interval starts.
π¦ Installation / Update
HACS
Search AlertTicker Card β Update
Manual
Replace alert-ticker-card.js and alert-ticker-card-editor.js in /config/www/ with the files from this release, then hard-reload the browser (Ctrl+Shift+R).
π Support
If this card saves you time, consider buying me a coffee β
