feat: Normalize notification sinks
This commit is contained in:
@@ -1,29 +1,26 @@
|
||||
# Notification Package
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Notification Platforms
|
||||
# telegram_bot:
|
||||
# - platform: broadcast
|
||||
# api_key: !secret telegram_api_key
|
||||
# allowed_chat_ids:
|
||||
# - !secret telegram_chat_id
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Main Notification Sink
|
||||
# Main Notification Sinks
|
||||
notify:
|
||||
# - name: telegram_home
|
||||
# platform: telegram
|
||||
# chat_id: !secret telegram_chat_id
|
||||
- name: iphone_jp
|
||||
platform: group
|
||||
services:
|
||||
- action: mobile_app_j_p_s_iphone
|
||||
data:
|
||||
title: Home Assistant
|
||||
|
||||
# - name: pushover_home
|
||||
# platform: pushover
|
||||
# api_key: !secret pushover_api_key
|
||||
# user_key: !secret pushover_user_key
|
||||
- name: iphone_jen
|
||||
platform: group
|
||||
services:
|
||||
- action: mobile_app_jennifer_s_iphone_2
|
||||
data:
|
||||
title: Home Assistant
|
||||
|
||||
- name: security
|
||||
platform: group
|
||||
services:
|
||||
- service: mobile_app_j_p_s_iphone
|
||||
- action: iphone_jp
|
||||
data:
|
||||
title: Home Security
|
||||
data:
|
||||
@@ -33,12 +30,10 @@ notify:
|
||||
- name: general
|
||||
platform: group
|
||||
services:
|
||||
- service: mobile_app_j_p_s_iphone
|
||||
data:
|
||||
title: Home Assistant
|
||||
- action: iphone_jp
|
||||
|
||||
- name: everyone
|
||||
platform: group
|
||||
services:
|
||||
- service: mobile_app_jennifer_s_iphone_2
|
||||
- service: mobile_app_j_p_s_iphone
|
||||
- action: iphone_jp
|
||||
- action: iphone_jen
|
||||
|
||||
Reference in New Issue
Block a user