Add Notification Package

This commit is contained in:
2022-05-06 11:14:06 -07:00
parent b6e4bc7572
commit 01c943f94c
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Notification Package
This package contains configuration information for notifications.

View File

@@ -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