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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user