mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick+github@koston.org>
		
			
				
	
	
		
			27 lines
		
	
	
		
			661 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			661 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| remote_transmitter:
 | |
|   pin: ${pin}
 | |
|   carrier_duty_percent: 50%
 | |
| 
 | |
| climate:
 | |
|   - platform: heatpumpir
 | |
|     protocol: mitsubishi_heavy_zm
 | |
|     horizontal_default: left
 | |
|     vertical_default: up
 | |
|     name: HeatpumpIR Climate Mitsubishi
 | |
|     min_temperature: 18
 | |
|     max_temperature: 30
 | |
|   - platform: heatpumpir
 | |
|     protocol: daikin
 | |
|     horizontal_default: mleft
 | |
|     vertical_default: mup
 | |
|     name: HeatpumpIR Climate Daikin
 | |
|     min_temperature: 18
 | |
|     max_temperature: 30
 | |
|   - platform: heatpumpir
 | |
|     protocol: panasonic_altdke
 | |
|     horizontal_default: mright
 | |
|     vertical_default: mdown
 | |
|     name: HeatpumpIR Climate Panasonic
 | |
|     min_temperature: 18
 | |
|     max_temperature: 30
 |