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