Merge pull request #488 from Blackymas/dev

Fix Notification
This commit is contained in:
Blackymas
2023-03-20 20:46:33 +01:00
committed by GitHub

View File

@@ -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: