This commit is contained in:
Sergey V. DUDANOV 2021-09-27 00:32:33 +04:00 committed by Jesse Hills
parent cb5efc1c42
commit 1853407645
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A
2 changed files with 2 additions and 2 deletions

View file

@ -281,4 +281,4 @@ async def to_code(config):
if CONF_HUMIDITY_SETPOINT in config:
sens = await sensor.new_sensor(config[CONF_HUMIDITY_SETPOINT])
cg.add(var.set_humidity_setpoint_sensor(sens))
cg.add_library("dudanov/MideaUART", "1.1.5")
cg.add_library("dudanov/MideaUART", "1.1.8")

View file

@ -37,7 +37,7 @@ lib_deps =
glmnet/Dsmr@0.3 ; used by dsmr
rweather/Crypto@0.2.0 ; used by dsmr
esphome/noise-c@0.1.1 ; used by api
dudanov/MideaUART@1.1.0 ; used by midea
dudanov/MideaUART@1.1.8 ; used by midea
build_flags =
-DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_VERY_VERBOSE