Update TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml

fixes #74
Value was "OFF" instead of "ON"
This commit is contained in:
Matthijs33
2025-01-01 14:32:17 +01:00
committed by GitHub
parent 2e43160acb
commit 48ddfbf8b0

View File

@@ -318,7 +318,7 @@ script:
# - HW Vibration # - HW Vibration
- binary_sensor.template.publish: - binary_sensor.template.publish:
id: bs_multi_touch id: bs_multi_touch
state: OFF # yamllint disable-line rule:truthy state: ON # yamllint disable-line rule:truthy
- id: touch_on_press - id: touch_on_press
mode: restart mode: restart