Removed old individual text notify scripts
This commit is contained in:
@ -206,61 +206,6 @@ script:
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# Txt Notify
|
# 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:
|
text_notify:
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
Reference in New Issue
Block a user