Update TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml
fixes #74 Value was "OFF" instead of "ON"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user