mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Consolidate some tests (N, O, P) (#8204)
This commit is contained in:
		
							
								
								
									
										21
									
								
								tests/components/partition/common-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								tests/components/partition/common-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| light: | ||||
|   - platform: ${light_platform} | ||||
|     id: part_leds | ||||
|     default_transition_length: 500ms | ||||
|     chipset: ws2812 | ||||
|     num_leds: 256 | ||||
|     rgb_order: GRB | ||||
|     pin: ${pin} | ||||
|   - platform: partition | ||||
|     name: Partition Light | ||||
|     segments: | ||||
|       - id: part_leds | ||||
|         from: 0 | ||||
|         to: 0 | ||||
|       - id: part_leds | ||||
|         from: 1 | ||||
|         to: 10 | ||||
|       - id: part_leds | ||||
|         from: 20 | ||||
|         to: 25 | ||||
|       - single_light_id: part_leds | ||||
		Reference in New Issue
	
	Block a user