1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

[heatpumpir] Bump HeatpumpIR to 1.0.35 (#9123)

This commit is contained in:
Jonathan Swoboda
2025-06-18 00:15:26 -04:00
committed by GitHub
parent 808f964841
commit 53496a1ecd
2 changed files with 2 additions and 2 deletions

View File

@@ -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")