mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:27:14 +00:00
[heatpumpir] Bump tonia/HeatpumpIR to 1.0.42 (#16880)
This commit is contained in:
@@ -1 +1 @@
|
|||||||
58a760f5fd174bd438bcc3a7018292c158530c1a1d15181941c832d4c032511c
|
a1aa12cb72cb0cc57c25649aafed8412434b013885cfda107f8aac5c083b4577
|
||||||
|
|||||||
@@ -126,6 +126,6 @@ async def to_code(config):
|
|||||||
cg.add(var.set_max_temperature(config[CONF_MAX_TEMPERATURE]))
|
cg.add(var.set_max_temperature(config[CONF_MAX_TEMPERATURE]))
|
||||||
cg.add(var.set_min_temperature(config[CONF_MIN_TEMPERATURE]))
|
cg.add(var.set_min_temperature(config[CONF_MIN_TEMPERATURE]))
|
||||||
|
|
||||||
cg.add_library("tonia/HeatpumpIR", "1.0.41")
|
cg.add_library("tonia/HeatpumpIR", "1.0.42")
|
||||||
if CORE.is_libretiny or CORE.is_esp32:
|
if CORE.is_libretiny or CORE.is_esp32:
|
||||||
CORE.add_platformio_option("lib_ignore", ["IRremoteESP8266"])
|
CORE.add_platformio_option("lib_ignore", ["IRremoteESP8266"])
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ lib_deps =
|
|||||||
heman/AsyncMqttClient-esphome@1.0.0 ; mqtt
|
heman/AsyncMqttClient-esphome@1.0.0 ; mqtt
|
||||||
freekode/TM1651@1.0.1 ; tm1651
|
freekode/TM1651@1.0.1 ; tm1651
|
||||||
dudanov/MideaUART@1.1.9 ; midea
|
dudanov/MideaUART@1.1.9 ; midea
|
||||||
tonia/HeatpumpIR@1.0.41 ; heatpumpir
|
tonia/HeatpumpIR@1.0.42 ; heatpumpir
|
||||||
build_flags =
|
build_flags =
|
||||||
${common.build_flags}
|
${common.build_flags}
|
||||||
-DUSE_ARDUINO
|
-DUSE_ARDUINO
|
||||||
@@ -170,7 +170,7 @@ framework = espidf
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
${common:idf.lib_deps}
|
${common:idf.lib_deps}
|
||||||
droscy/esp_wireguard@0.4.5 ; wireguard
|
droscy/esp_wireguard@0.4.5 ; wireguard
|
||||||
tonia/HeatpumpIR@1.0.41 ; heatpumpir
|
tonia/HeatpumpIR@1.0.42 ; heatpumpir
|
||||||
build_flags =
|
build_flags =
|
||||||
${common:idf.build_flags}
|
${common:idf.build_flags}
|
||||||
-Wno-nonnull-compare
|
-Wno-nonnull-compare
|
||||||
|
|||||||
Reference in New Issue
Block a user