Merge pull request #90 from Matthijs33/patch-1

Fix value for multi_touch event publishing
This commit is contained in:
Edward Firmo
2025-01-06 17:00:46 +01:00
committed by GitHub

View File

@@ -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