From bb622d6db5231bc771f17bb0022dd33bd8d998f6 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 17 Dec 2024 20:11:20 +0000 Subject: [PATCH] Closes #1366 - Removed last PUSH code calls. --- config/.HA_VERSION | 2 +- config/script/notify_engine.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 7b52ed5b..38d71f2c 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2024.12.1 \ No newline at end of file +2024.12.4 \ No newline at end of file diff --git a/config/script/notify_engine.yaml b/config/script/notify_engine.yaml index d34ef12c..45e4804c 100755 --- a/config/script/notify_engine.yaml +++ b/config/script/notify_engine.yaml @@ -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: