diff --git a/packages/notification/README.md b/packages/notification/README.md new file mode 100644 index 0000000..77e5852 --- /dev/null +++ b/packages/notification/README.md @@ -0,0 +1,3 @@ +# Notification Package + +This package contains configuration information for notifications. diff --git a/packages/notification/notification.yaml b/packages/notification/notification.yaml new file mode 100644 index 0000000..bfadf9f --- /dev/null +++ b/packages/notification/notification.yaml @@ -0,0 +1,16 @@ +# Notification Package + +# ----------------------------------------------------------------------------- +# Notification Platforms +telegram_bot: + - platform: broadcast + api_key: !secret telegram_api_key + allowed_chat_ids: + - !secret telegram_chat_id + +# ----------------------------------------------------------------------------- +# Main Notification Sink +notify: + - name: telegram_home + platform: telegram + chat_id: !secret telegram_chat_id