Refactor notify_events configuration to ensure proper structure and clarity in API key assignments for cat and alert notifications.

This commit is contained in:
Joshua King
2026-07-14 14:09:07 -04:00
parent 7034889d59
commit 57e3f04793
+6 -4
View File
@@ -47,7 +47,9 @@ notify:
- "joshua@cnjmail.com" - "joshua@cnjmail.com"
- "polly@cnjmail.com" - "polly@cnjmail.com"
sender_name: "Home Assistant" sender_name: "Home Assistant"
- name: "notify_events_cats" - platform: notify_events
platform: notify_events name: notify_events_cats
- name: "notify_events_alerts" api_key: !secret notify_event_cats_token
platform: notify_events - platform: notify_events
name: notify_events_alerts
api_key: !secret notify_event_alerts_token