mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[esp32_touch] Fix variants, add tests for variants (#8320)
This commit is contained in:
		| @@ -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