Closes #1366 - Removed last PUSH code calls.
This commit is contained in:
parent
50f8bbf02c
commit
bb622d6db5
|
@ -1 +1 @@
|
|||
2024.12.1
|
||||
2024.12.4
|
|
@ -53,9 +53,8 @@ notify_engine:
|
|||
title: "{{ title }}"
|
||||
message: "{{ value1 }} {{ value2 }} {{ value3 }}"
|
||||
data:
|
||||
group: "{{ group|default('information'),true }}"
|
||||
push:
|
||||
interuption_level: "{{ level|default('active'),true }}"
|
||||
group: "{{ group|default('information') }}"
|
||||
interuption_level: "{{ level|default('active') }}"
|
||||
entity_id: "{{ camera_entity|default('', true) }}"
|
||||
|
||||
notify_engine_two_button:
|
||||
|
|
Loading…
Reference in New Issue