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:
committed by
Jesse Hills
parent
eca0c21966
commit
7114d6bdd1
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user