diff --git a/blueprint.yaml b/blueprint.yaml index 1ac4bc4..f0c17f2 100644 --- a/blueprint.yaml +++ b/blueprint.yaml @@ -1070,7 +1070,7 @@ trigger: ##### Right Button - Trigger ##### - platform: template - value_template: '{{ states(right_button) is match "off" }}' + value_template: '{{ states(right_button) is match "on" }}' id: right_button_press ##### Button Sync Trigger #################################################################################################################