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,28 +1,9 @@ | ||||
| output: | ||||
|   - platform: rp2040_pwm | ||||
|     id: light_output_1 | ||||
|     pin: 12 | ||||
|   - platform: rp2040_pwm | ||||
|     id: light_output_2 | ||||
|     pin: 13 | ||||
|   - platform: rp2040_pwm | ||||
|     id: light_output_3 | ||||
|     pin: 14 | ||||
|   - platform: rp2040_pwm | ||||
|     id: light_output_4 | ||||
|     pin: 15 | ||||
|   - platform: rp2040_pwm | ||||
|     id: light_output_5 | ||||
|     pin: 16 | ||||
| substitutions: | ||||
|   light_platform: rp2040_pwm | ||||
|   pin1: GPIO2 | ||||
|   pin2: GPIO3 | ||||
|   pin3: GPIO4 | ||||
|   pin4: GPIO5 | ||||
|   pin5: GPIO6 | ||||
|  | ||||
| light: | ||||
|   - platform: rgbww | ||||
|     name: RGBWW Light | ||||
|     red: light_output_1 | ||||
|     green: light_output_2 | ||||
|     blue: light_output_3 | ||||
|     cold_white: light_output_4 | ||||
|     warm_white: light_output_5 | ||||
|     cold_white_color_temperature: 153 mireds | ||||
|     warm_white_color_temperature: 500 mireds | ||||
|     color_interlock: true | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user