Files
home-assistant/packages/notification/notification.yaml
2022-05-06 11:14:06 -07:00

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