Skip to content

Commit 48ddfbf

Browse files
authored
Update TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml
fixes #74 Value was "OFF" instead of "ON"
1 parent 2e43160 commit 48ddfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ script:
318318
# - HW Vibration
319319
- binary_sensor.template.publish:
320320
id: bs_multi_touch
321-
state: OFF # yamllint disable-line rule:truthy
321+
state: ON # yamllint disable-line rule:truthy
322322

323323
- id: touch_on_press
324324
mode: restart

0 commit comments

Comments
 (0)