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

[heatpumpir] Fix BK72XX Compile error with IRremoteESP8266 (#6955)

This commit is contained in:
Lucio Tarantino
2024-07-21 23:16:51 +02:00
committed by GitHub
parent cfb20abb9f
commit fbc830176f
2 changed files with 10 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ from esphome.const import (
CONF_PROTOCOL,
CONF_VISUAL,
)
from esphome.core import CORE
CODEOWNERS = ["@rob-deutsch"]
@@ -127,3 +128,5 @@ def to_code(config):
cg.add(var.set_min_temperature(config[CONF_MIN_TEMPERATURE]))
cg.add_library("tonia/HeatpumpIR", "1.0.27")
if CORE.is_libretiny:
CORE.add_platformio_option("lib_ignore", "IRremoteESP8266")