mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[CI] Consolidate some tests (Q, R) (#8205)
This commit is contained in:
		| @@ -1,18 +1,7 @@ | ||||
| output: | ||||
|   - platform: ledc | ||||
|     id: light_output_1 | ||||
|     pin: 1 | ||||
|   - platform: ledc | ||||
|     id: light_output_2 | ||||
|     pin: 2 | ||||
|   - platform: ledc | ||||
|     id: light_output_3 | ||||
|     pin: 3 | ||||
| substitutions: | ||||
|   light_platform: ledc | ||||
|   pin1: GPIO2 | ||||
|   pin2: GPIO3 | ||||
|   pin3: GPIO4 | ||||
|  | ||||
| light: | ||||
|   - platform: rgb | ||||
|     name: RGB Light | ||||
|     id: rgb_light | ||||
|     red: light_output_1 | ||||
|     green: light_output_2 | ||||
|     blue: light_output_3 | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user