From 10925aeca71b6c9c44ddc3e0701a68b8a4975633 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 2 Oct 2022 17:06:41 -0400 Subject: [PATCH] Removed old individual text notify scripts --- packages/notify.yaml | 55 -------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/packages/notify.yaml b/packages/notify.yaml index 22500b6..0df21ee 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -206,61 +206,6 @@ script: ############################################################################### # Txt Notify ############################################################################### - text_notify_all: - sequence: - - condition: state - entity_id: input_boolean.text_notify_all - state: 'on' - - service: notify.all_ios - data_template: - title: '{{ title }}' - message: > - {{ message }} - - text_notify_tony: - sequence: - - condition: state - entity_id: input_boolean.text_notify_tony - state: 'on' - - service: notify.ios_tony - data_template: - title: '{{ title }}' - message: > - {{ message }} - - text_notify_tina: - sequence: - - condition: state - entity_id: input_boolean.text_notify_tina - state: 'on' - - service: notify.ios_tina - data_template: - title: '{{ title }}' - message: > - {{ message }} - - text_notify_kallen: - sequence: - - condition: state - entity_id: input_boolean.text_notify_kallen - state: 'on' - - service: notify.ios_kallen - data_template: - title: '{{ title }}' - message: > - {{ message }} - - text_notify_parents: - sequence: - - condition: state - entity_id: input_boolean.text_notify_parents - state: 'on' - - service: notify.ios_parents - data_template: - title: '{{ title }}' - message: > - {{ message }} - text_notify: sequence: - condition: state