mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	Add some components to the new testing framework (L) (#6195)
This commit is contained in:
		
							
								
								
									
										13
									
								
								tests/components/lcd_gpio/test.esp32.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								tests/components/lcd_gpio/test.esp32.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| display: | ||||
|   - platform: lcd_gpio | ||||
|     id: my_lcd_gpio | ||||
|     dimensions: 18x4 | ||||
|     data_pins: | ||||
|       - number: 12 | ||||
|       - number: 13 | ||||
|       - number: 14 | ||||
|       - number: 15 | ||||
|     enable_pin: 16 | ||||
|     rs_pin: 5 | ||||
|     lambda: |- | ||||
|       it.print("Hello World!"); | ||||
		Reference in New Issue
	
	Block a user