mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[CI] Consolidate some tests (D) (#8189)
This commit is contained in:
		
							
								
								
									
										19
									
								
								tests/components/daikin_arc/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								tests/components/daikin_arc/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| remote_transmitter: | ||||
|   pin: ${tx_pin} | ||||
|   carrier_duty_percent: 50% | ||||
|   id: tsvr | ||||
|  | ||||
| remote_receiver: | ||||
|   id: rcvr | ||||
|   pin: | ||||
|     number: ${rx_pin} | ||||
|     inverted: true | ||||
|     mode: | ||||
|       input: true | ||||
|       pullup: true | ||||
|   tolerance: 40% | ||||
|  | ||||
| climate: | ||||
|   - platform: daikin_arc | ||||
|     name: Daikin AC | ||||
|     receiver_id: rcvr | ||||
		Reference in New Issue
	
	Block a user