17 lines
459 B
YAML
17 lines
459 B
YAML
# 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
|