From df187ab84c414dc558f6e5d298eaa1bd0be7665b Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 17 Feb 2022 13:16:50 -0500 Subject: [PATCH] Added titles to text notifications --- packages/notify.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/notify.yaml b/packages/notify.yaml index 0142827..7c6354d 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -50,6 +50,7 @@ script: sequence: - service: notify.all_ios data_template: + title: '{{ title }}' message: > {{ message }} @@ -60,6 +61,7 @@ script: state: 'on' - service: notify.ios_tony data_template: + title: '{{ title }}' message: > {{ message }} @@ -70,6 +72,7 @@ script: state: 'on' - service: notify.ios_tony data_template: + title: '{{ title }}' message: > {{ message }} @@ -80,6 +83,7 @@ script: state: 'on' - service: notify.ios_tina data_template: + title: '{{ title }}' message: > {{ message }} @@ -90,6 +94,7 @@ script: state: 'on' - service: notify.ios_kallen data_template: + title: '{{ title }}' message: > {{ message }}