Update notification tokens and refactor automation actions to use notify_events_cats for cat-related alerts. This enhances consistency in notification handling across the automation files.

This commit is contained in:
Joshua King
2026-07-14 13:20:41 -04:00
parent 3e174a1599
commit 643ea8a1b5
2 changed files with 13 additions and 34 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ http:
### notify_events ###
notify_events_cats:
token: !secret notify_event_token
token: !secret notify_event_cats_token
notify_events_alerts:
token: !secret notify_event_alerts_token
### SMTP ###