mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +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.rp2040-ard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								tests/components/e131/test.rp2040-ard.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| wifi: | ||||
|   ssid: MySSID | ||||
|   password: password1 | ||||
|  | ||||
| e131: | ||||
|  | ||||
| light: | ||||
|   - platform: rp2040_pio_led_strip | ||||
|     id: led_strip | ||||
|     pin: 2 | ||||
|     pio: 0 | ||||
|     num_leds: 256 | ||||
|     rgb_order: GRB | ||||
|     chipset: WS2812 | ||||
|     effects: | ||||
|       - e131: | ||||
|           universe: 1 | ||||
		Reference in New Issue
	
	Block a user