Refactor notify_events configuration to ensure proper structure and clarity in API key assignments for cat and alert notifications.
This commit is contained in:
+6
-4
@@ -47,7 +47,9 @@ notify:
|
||||
- "joshua@cnjmail.com"
|
||||
- "polly@cnjmail.com"
|
||||
sender_name: "Home Assistant"
|
||||
- name: "notify_events_cats"
|
||||
platform: notify_events
|
||||
- name: "notify_events_alerts"
|
||||
platform: notify_events
|
||||
- platform: notify_events
|
||||
name: notify_events_cats
|
||||
api_key: !secret notify_event_cats_token
|
||||
- platform: notify_events
|
||||
name: notify_events_alerts
|
||||
api_key: !secret notify_event_alerts_token
|
||||
|
||||
Reference in New Issue
Block a user