-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore specific types of alerts #54
Comments
I believe the short answer is maybe probably. A condition could be added to the UI Notification automation so it doesn't trigger on specified alerts. I'll have to test the behavior of the automation to ensure adding a condition to skip the notifications for certain alerts doesn't result in missing a notification for other important alerts if multiple different alerts are issued by the NWS in a short timeframe. If it works, I think I can add an input_text that can be configured in the Home Assistant UI and it would hold the alert names that should not trigger the UI notification. |
That would be fantastic. Thank you for even looking into the possibility. |
I'm going to add my name to this. Would just deleting the alert from the recent active alerts work as a work around? For example:
|
Would also be nice to ignore "Test" messages, just had Alexa read out the following, which took a while.
|
That's in your automation settings. My automation that does TTS only activates if it's a tornado warning. |
Old thread, I know, but I'm trying to figure this out currently... How were you able to isolate it to only tornado warnings? I've tried to adjust the config in a way that only responds to warnings containing "tornado warning" - but it still notifies for all of the alerts... |
@noltondyer were you able to get it figured out? If not, I can show how mine is setup. |
Is there a way to not receive any alerts of a particular type? For example, I live in an area with a red flag alert every day. A UI notification is not necessary for these alerts as they happen every day, so being able to prevent them from triggering would be of great benefit. Is this possible? Thanks.
The text was updated successfully, but these errors were encountered: