Skip to content
Discussion options

You must be logged in to vote

You do not need to add the alert entities to Home Assistant’s Visibility tab. AlertTicker already handles this internally and hides the entire card automatically when none of its configured alerts are active.
In the visual editor, open the All Clear tab and make sure Show when no alerts is disabled.

The equivalent YAML option is:

show_when_clear: false

This is already the default value, so you can normally remove the external visibility conditions entirely. As soon as any configured alert condition becomes true, the card appears; when no alerts are active, it hides again.

Also make sure that Card border is disabled, or in YAML:

card_border: false

When card_border is enabled, AlertTicker i…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bowentz
Comment options

Answer selected by bowentz
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