mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add some components to the new testing framework (G) (#6178)
This commit is contained in:
		
							
								
								
									
										14
									
								
								tests/components/gpio/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								tests/components/gpio/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| binary_sensor: | ||||
|   - platform: gpio | ||||
|     pin: 12 | ||||
|     id: gpio_binary_sensor | ||||
|  | ||||
| output: | ||||
|   - platform: gpio | ||||
|     pin: 13 | ||||
|     id: gpio_output | ||||
|  | ||||
| switch: | ||||
|   - platform: gpio | ||||
|     pin: 14 | ||||
|     id: gpio_switch | ||||
		Reference in New Issue
	
	Block a user