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