Show alert message till I dismiss the alarm (even the trigger is still unchanged) #187
Unanswered
RobertoPuraVida
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Hi @RobertoPuraVida, great use case — and exactly the kind of scenario the card should handle natively! Added in v1.3.9.2 as a new Assign it to any tap/hold/double-tap slot on the alert: alerts:
- entity: sensor.last_earthquake_magnitude
theme: emergency
message: "Earthquake {state} detected"
tap_action:
action: dismissHow it works:
Also selectable directly in the visual editor under the Tap / Hold / Double-tap action dropdowns.
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I do have a question I could not find a "quick" solution for.
I understand the "permanent" message is showed up as long as an state is true and can't be dismissed.
A non-permanent message is showed either for a certain time or as long as the state is true (and I can set a snooze-time)
I like to have an alert message (permanent) till I dismiss it. As an example: I get an alert for an earthquake. The magnitude is the trigger.
The alert is showing up, fine. But I can not dismiss (because the trigger is the magnitude of the very last earthquake) when set to PERMANENT. And if I get the alert as "non-permanent", I can only snooze for a certain time (but not "delete" the alert.
Yes, I can build helpers etc. But is there an easier way (without Helpers) in Alertticket card?
All reactions