mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	[CI] Consolidate some tests (C) (#8186)
This commit is contained in:
		| @@ -1,19 +1,14 @@ | ||||
| substitutions: | ||||
|   light_platform: ledc | ||||
|   pin_o1: GPIO16 | ||||
|   pin_o2: GPIO17 | ||||
|  | ||||
| packages: | ||||
|   device_base: !include common.yaml | ||||
|  | ||||
| output: | ||||
|   - platform: ledc | ||||
|     id: light_output_1 | ||||
|     pin: 12 | ||||
|   - id: !extend light_output_1 | ||||
|     channel: 0 | ||||
|   - platform: ledc | ||||
|     id: light_output_2 | ||||
|     pin: 13 | ||||
|   - id: !extend light_output_2 | ||||
|     channel: 1 | ||||
|     phase_angle: 180° | ||||
|  | ||||
| light: | ||||
|   - platform: cwww | ||||
|     name: CWWW Light | ||||
|     cold_white: light_output_1 | ||||
|     warm_white: light_output_2 | ||||
|     cold_white_color_temperature: 153 mireds | ||||
|     warm_white_color_temperature: 500 mireds | ||||
|     constant_brightness: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user