# Notification Package # ----------------------------------------------------------------------------- # Main Notification Sinks notify: - name: iphone_jp platform: group services: - action: mobile_app_j_p_s_iphone data: title: Home Assistant - name: iphone_jen platform: group services: - action: mobile_app_jennifer_s_iphone_2 data: title: Home Assistant - name: security platform: group services: - action: iphone_jp data: title: Home Security data: push: interruption-level: time-sensitive - name: general platform: group services: - action: iphone_jp # `notify.status` used for simple status reporting (e.g. washer done) # Keeps these notifications separated from security alerts - name: status platform: group services: - action: iphone_jp data: data: group: 'status-notification-group' - action: iphone_jen data: data: group: 'status-notification-group' - name: everyone platform: group services: - action: iphone_jp - action: iphone_jen