From 51b0c18c7493e8ab3384c010c7e495a0f1308a95 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 3 Feb 2023 13:26:25 -0500 Subject: [PATCH] Made notification scripts queued to avoid skipped notifications --- packages/notify.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/notify.yaml b/packages/notify.yaml index a2349d7..2f5e0b1 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -225,6 +225,8 @@ script: text_notify: alias: 'Text Notify' description: 'Use this to send text notifications to phones, respecting presence' + mode: queued + max: 10 fields: who: name: 'Who' @@ -341,6 +343,8 @@ script: tv_notify: alias: 'TV Notify' description: 'Use this to send popup text notifications to TV screens in the house' + mode: queued + max: 10 fields: who: name: 'Who' @@ -405,6 +409,8 @@ script: text_alert: alias: 'Text Alert' description: 'Use this to send more important text alerts to phones, this will ignore presence' + mode: queued + max: 10 fields: who: name: 'Who' @@ -484,6 +490,8 @@ script: text_urgent_alert: alias: 'Text Urgent Alert' description: 'Use this to send CRITICAL text alerts to phones. This will ignore presence, make a loud annoying sound, and create a persistent notification, DO NOT USE UNLESS NECESSARY' + mode: queued + max: 10 fields: who: name: 'Who' @@ -619,6 +627,8 @@ script: speech_engine: alias: 'Speech Engine' description: 'This is the framework for Jarvis to speak on any/all speakers in the house' + mode: queued + max: 10 fields: who: name: 'Who'