From d58ba87dbbfafdb073ba9bf3f753b064b016473c Mon Sep 17 00:00:00 2001 From: Blackymas Date: Mon, 20 Mar 2023 20:45:31 +0100 Subject: [PATCH] Fix Notification --- nspanel_blueprint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index c1ba07d..dd1b88a 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -9638,7 +9638,7 @@ action: - condition: trigger id: btn_notificationclearrelease - condition: template - value_template: "{{ states(current_page) == page_home and states(confirmation_message) != 'on'}}" + value_template: "{{ states(current_page) == page_notification and states(confirmation_message) != 'on'}}" sequence: - service: switch.turn_off data: @@ -9652,7 +9652,7 @@ action: - condition: trigger id: btn_notificationacceptrelease - condition: template - value_template: "{{ states(current_page) == page_home and states(confirmation_message) != 'on'}}" + value_template: "{{ states(current_page) == page_notification and states(confirmation_message) != 'on'}}" sequence: - service: switch.turn_off data: