mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Consolidate some tests (Q, R) (#8205)
This commit is contained in:
		
							
								
								
									
										18
									
								
								tests/components/rgb/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								tests/components/rgb/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| output: | ||||
|   - platform: ${light_platform} | ||||
|     id: light_output_1 | ||||
|     pin: ${pin1} | ||||
|   - platform: ${light_platform} | ||||
|     id: light_output_2 | ||||
|     pin: ${pin2} | ||||
|   - platform: ${light_platform} | ||||
|     id: light_output_3 | ||||
|     pin: ${pin3} | ||||
|  | ||||
| light: | ||||
|   - platform: rgb | ||||
|     name: RGB Light | ||||
|     id: rgb_light | ||||
|     red: light_output_1 | ||||
|     green: light_output_2 | ||||
|     blue: light_output_3 | ||||
		Reference in New Issue
	
	Block a user