mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Consolidate some tests (K, L) (#8201)
This commit is contained in:
		| @@ -1,13 +1,9 @@ | ||||
| display: | ||||
|   - platform: lcd_gpio | ||||
|     id: my_lcd_gpio | ||||
|     dimensions: 18x4 | ||||
|     data_pins: | ||||
|       - number: 1 | ||||
|       - number: 2 | ||||
|       - number: 3 | ||||
|       - number: 4 | ||||
|     enable_pin: 5 | ||||
|     rs_pin: 6 | ||||
|     lambda: |- | ||||
|       it.print("Hello World!"); | ||||
| substitutions: | ||||
|   d0_pin: GPIO1 | ||||
|   d1_pin: GPIO2 | ||||
|   d2_pin: GPIO3 | ||||
|   d3_pin: GPIO4 | ||||
|   enable_pin: GPIO5 | ||||
|   rs_pin: GPIO6 | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user