From 15f3b5cc0bf92a44284438b743e8d2ac2e37277a Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 28 Oct 2022 09:40:27 +0200 Subject: [PATCH] fix: right button toggles on reboot --- blueprint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #################################################################################################################