mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[heatpumpir] Bump HeatpumpIR to 1.0.35 (#9123)
This commit is contained in:
		| @@ -125,6 +125,6 @@ async def to_code(config): | ||||
|     cg.add(var.set_max_temperature(config[CONF_MAX_TEMPERATURE])) | ||||
|     cg.add(var.set_min_temperature(config[CONF_MIN_TEMPERATURE])) | ||||
|  | ||||
|     cg.add_library("tonia/HeatpumpIR", "1.0.32") | ||||
|     cg.add_library("tonia/HeatpumpIR", "1.0.35") | ||||
|     if CORE.is_libretiny: | ||||
|         CORE.add_platformio_option("lib_ignore", "IRremoteESP8266") | ||||
|   | ||||
| @@ -72,7 +72,7 @@ lib_deps = | ||||
|     glmnet/Dsmr@0.7                                       ; dsmr | ||||
|     rweather/Crypto@0.4.0                                 ; dsmr | ||||
|     dudanov/MideaUART@1.1.9                               ; midea | ||||
|     tonia/HeatpumpIR@1.0.32                               ; heatpumpir | ||||
|     tonia/HeatpumpIR@1.0.35                               ; heatpumpir | ||||
| build_flags = | ||||
|     ${common.build_flags} | ||||
|     -DUSE_ARDUINO | ||||
|   | ||||
		Reference in New Issue
	
	Block a user