Skip to content

Commit ff3bf05

Browse files
authored
Merge pull request #90 from Matthijs33/patch-1
Fix value for multi_touch event publishing
2 parents 2e43160 + 48ddfbf commit ff3bf05

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)