1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

[esp32_touch] Fix variants, add tests for variants (#8320)

This commit is contained in:
Keith Burzinski
2025-02-25 14:14:39 -06:00
committed by GitHub
parent 6f2bf4ec4c
commit 9448737a92
9 changed files with 39 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ esp32_touch:
binary_sensor:
- platform: esp32_touch
name: ESP32 Touch Pad
pin: 27
pin: ${pin}
threshold: 1000
on_press:
- logger.log: "I'm touched!"