mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Automatically disable interrupts for ESP8266 GPIO16 binary sensors (#9467)
This commit is contained in:
		
							
								
								
									
										11
									
								
								tests/component_tests/gpio/test_gpio_binary_sensor.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								tests/component_tests/gpio/test_gpio_binary_sensor.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| esphome: | ||||
|   name: test | ||||
|  | ||||
| esp32: | ||||
|   board: esp32dev | ||||
|  | ||||
| binary_sensor: | ||||
|   - platform: gpio | ||||
|     pin: 5 | ||||
|     name: "Test GPIO Binary Sensor" | ||||
|     id: bs_gpio | ||||
		Reference in New Issue
	
	Block a user