feat: Migrate all notifications to Home Assistant native
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Notification Platforms
|
||||
telegram_bot:
|
||||
- platform: broadcast
|
||||
api_key: !secret telegram_api_key
|
||||
allowed_chat_ids:
|
||||
- !secret telegram_chat_id
|
||||
# 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: telegram_home
|
||||
# platform: telegram
|
||||
# chat_id: !secret telegram_chat_id
|
||||
|
||||
# - name: pushover_home
|
||||
# platform: pushover
|
||||
|
||||
Reference in New Issue
Block a user