Skip to content
Discussion options

You must be logged in to vote

Hi @clundin, great use case and thanks for the detailed question!

You're right that AlertTicker's default model is "sustained state" — the alert stays visible as long as the entity is active. But you can get moment-based / arrival-only notifications today without any helper variable, using auto_dismiss_after:

alerts:

  • entity: binary_sensor.person_alice_home
    state: "on"
    message: "🏠 Alice just arrived home"
    theme: success
    auto_dismiss_after: 30 # alert disappears after 30 s even if sensor stays "on"
    How it behaves:

Sensor goes off → on — alert fires and shows for 30 seconds
After 30 s — alert auto-dismisses, even though Alice is still home
Sensor goes on → off (she leaves) — no alert (stat…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@clundin
Comment options

@clundin
Comment options

@clundin
Comment options

@djdevil
Comment options

Answer selected by djdevil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants