mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Midea fix (#2395)
This commit is contained in:
parent
cb5efc1c42
commit
1853407645
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue