mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[CI] Consolidate some tests (A) (#8184)
This commit is contained in:
		
							
								
								
									
										5
									
								
								tests/components/ac_dimmer/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/components/ac_dimmer/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| output: | ||||
|   - platform: ac_dimmer | ||||
|     id: ac_dimmer_1 | ||||
|     gate_pin: ${gate_pin} | ||||
|     zero_cross_pin: ${zero_cross_pin} | ||||
| @@ -1,7 +1,5 @@ | ||||
| output: | ||||
|   - platform: ac_dimmer | ||||
|     id: ac_dimmer_1 | ||||
|     gate_pin: | ||||
|       number: 12 | ||||
|     zero_cross_pin: | ||||
|       number: 13 | ||||
| substitutions: | ||||
|   gate_pin: GPIO18 | ||||
|   zero_cross_pin: GPIO19 | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
| @@ -1,7 +1,5 @@ | ||||
| output: | ||||
|   - platform: ac_dimmer | ||||
|     id: ac_dimmer_1 | ||||
|     gate_pin: | ||||
|       number: 5 | ||||
|     zero_cross_pin: | ||||
|       number: 6 | ||||
| substitutions: | ||||
|   gate_pin: GPIO5 | ||||
|   zero_cross_pin: GPIO4 | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
| @@ -1,7 +1,5 @@ | ||||
| output: | ||||
|   - platform: ac_dimmer | ||||
|     id: ac_dimmer_1 | ||||
|     gate_pin: | ||||
|       number: 5 | ||||
|     zero_cross_pin: | ||||
|       number: 4 | ||||
| substitutions: | ||||
|   gate_pin: GPIO5 | ||||
|   zero_cross_pin: GPIO4 | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
| @@ -1,7 +1,5 @@ | ||||
| output: | ||||
|   - platform: ac_dimmer | ||||
|     id: ac_dimmer_1 | ||||
|     gate_pin: | ||||
|       number: 5 | ||||
|     zero_cross_pin: | ||||
|       number: 6 | ||||
| substitutions: | ||||
|   gate_pin: GPIO5 | ||||
|   zero_cross_pin: GPIO4 | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user