mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	update tests now that duplicate names are validated
This commit is contained in:
		| @@ -7,20 +7,20 @@ climate: | |||||||
|     protocol: mitsubishi_heavy_zm |     protocol: mitsubishi_heavy_zm | ||||||
|     horizontal_default: left |     horizontal_default: left | ||||||
|     vertical_default: up |     vertical_default: up | ||||||
|     name: HeatpumpIR Climate |     name: HeatpumpIR Climate Mitsubishi | ||||||
|     min_temperature: 18 |     min_temperature: 18 | ||||||
|     max_temperature: 30 |     max_temperature: 30 | ||||||
|   - platform: heatpumpir |   - platform: heatpumpir | ||||||
|     protocol: daikin |     protocol: daikin | ||||||
|     horizontal_default: mleft |     horizontal_default: mleft | ||||||
|     vertical_default: mup |     vertical_default: mup | ||||||
|     name: HeatpumpIR Climate |     name: HeatpumpIR Climate Daikin | ||||||
|     min_temperature: 18 |     min_temperature: 18 | ||||||
|     max_temperature: 30 |     max_temperature: 30 | ||||||
|   - platform: heatpumpir |   - platform: heatpumpir | ||||||
|     protocol: panasonic_altdke |     protocol: panasonic_altdke | ||||||
|     horizontal_default: mright |     horizontal_default: mright | ||||||
|     vertical_default: mdown |     vertical_default: mdown | ||||||
|     name: HeatpumpIR Climate |     name: HeatpumpIR Climate Panasonic | ||||||
|     min_temperature: 18 |     min_temperature: 18 | ||||||
|     max_temperature: 30 |     max_temperature: 30 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user