29 lines
706 B
YAML
29 lines
706 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
|
|
|
|
- name: security
|
|
platform: group
|
|
services:
|
|
- service: telegram_home
|
|
- service: mobile_app_jp_pixel3a
|
|
|
|
- name: general
|
|
platform: group
|
|
services:
|
|
- service: telegram_home
|
|
- service: mobile_app_jp_pixel3a
|