From 57e3f047931b6598b2856857a119cbcd6223a4ba Mon Sep 17 00:00:00 2001 From: Joshua King Date: Tue, 14 Jul 2026 14:09:07 -0400 Subject: [PATCH] Refactor notify_events configuration to ensure proper structure and clarity in API key assignments for cat and alert notifications. --- configuration.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 1918115..9ec639e 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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