From 48ddfbf8b059425c19f86f3faa080603c00b2e17 Mon Sep 17 00:00:00 2001 From: Matthijs33 <57598126+Matthijs33@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:32:17 +0100 Subject: [PATCH] Update TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml fixes #74 Value was "OFF" instead of "ON" --- ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml index 8da5856..45241a9 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml @@ -318,7 +318,7 @@ script: # - HW Vibration - binary_sensor.template.publish: id: bs_multi_touch - state: OFF # yamllint disable-line rule:truthy + state: ON # yamllint disable-line rule:truthy - id: touch_on_press mode: restart