36 lines
894 B
YAML
36 lines
894 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: pushover_home
|
|
platform: pushover
|
|
api_key: !secret pushover_api_key
|
|
user_key: !secret pushover_user_key
|
|
|
|
- name: security
|
|
platform: group
|
|
services:
|
|
- service: telegram_home
|
|
- service: pushover_home
|
|
- service: mobile_app_jp_pixel3a
|
|
|
|
- name: general
|
|
platform: group
|
|
services:
|
|
- service: telegram_home
|
|
- service: pushover_home
|
|
- service: mobile_app_jp_pixel3a
|