mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-26 20:53:50 +00:00 
			
		
		
		
	[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions * Rename Arduino test files
This commit is contained in:
		
							
								
								
									
										17
									
								
								tests/components/e131/test.esp8266-ard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								tests/components/e131/test.esp8266-ard.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| wifi: | ||||
|   ssid: MySSID | ||||
|   password: password1 | ||||
|  | ||||
| e131: | ||||
|  | ||||
| light: | ||||
|   - platform: neopixelbus | ||||
|     name: Neopixelbus Light | ||||
|     pin: 1 | ||||
|     type: GRBW | ||||
|     variant: SK6812 | ||||
|     method: ESP8266_UART0 | ||||
|     num_leds: 256 | ||||
|     effects: | ||||
|       - e131: | ||||
|           universe: 1 | ||||
		Reference in New Issue
	
	Block a user