Skip to content

Commit

Permalink
Add additional notifiers for user two and group notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jun 15, 2018
1 parent 359a880 commit 2eefff4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@
- name: !secret telegram_user_one_name
platform: telegram
chat_id: !secret telegram_allowed_chat_id_user_one

- name: !secret telegram_user_two_name
platform: telegram
chat_id: !secret telegram_allowed_chat_id_user_two

- name: group_notifications
platform: telegram
chat_id: !secret telegram_allowed_chat_id_group_notifications

0 comments on commit 2eefff4

Please sign in to comment.