mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			255 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			255 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
remote_transmitter:
 | 
						|
  pin: ${pin}
 | 
						|
  carrier_duty_percent: 50%
 | 
						|
 | 
						|
climate:
 | 
						|
  - platform: heatpumpir
 | 
						|
    protocol: daikin
 | 
						|
    horizontal_default: middle
 | 
						|
    vertical_default: middle
 | 
						|
    name: HeatpumpIR Climate
 | 
						|
    min_temperature: 18
 | 
						|
    max_temperature: 30
 |