1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-09 21:33:48 +01:00

[heatpumpir] Bump library to 1.0.37 (#9944)

This commit is contained in:
Jesse Hills
2025-07-29 09:21:53 +12:00
committed by GitHub
parent 08defd7360
commit 189d20a822
3 changed files with 3 additions and 3 deletions

View File

@@ -126,6 +126,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.35")
cg.add_library("tonia/HeatpumpIR", "1.0.37")
if CORE.is_libretiny:
CORE.add_platformio_option("lib_ignore", "IRremoteESP8266")