mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Midea fix (#2395)
This commit is contained in:
parent
7672ba2c8d
commit
0d0954d74b
2 changed files with 2 additions and 2 deletions
|
@ -282,4 +282,4 @@ async def to_code(config):
|
||||||
if CONF_HUMIDITY_SETPOINT in config:
|
if CONF_HUMIDITY_SETPOINT in config:
|
||||||
sens = await sensor.new_sensor(config[CONF_HUMIDITY_SETPOINT])
|
sens = await sensor.new_sensor(config[CONF_HUMIDITY_SETPOINT])
|
||||||
cg.add(var.set_humidity_setpoint_sensor(sens))
|
cg.add(var.set_humidity_setpoint_sensor(sens))
|
||||||
cg.add_library("dudanov/MideaUART", "1.1.5")
|
cg.add_library("dudanov/MideaUART", "1.1.8")
|
||||||
|
|
|
@ -48,7 +48,7 @@ lib_deps =
|
||||||
seeed-studio/Grove - Laser PM2.5 Sensor HM3301@1.0.3 ; hm3301
|
seeed-studio/Grove - Laser PM2.5 Sensor HM3301@1.0.3 ; hm3301
|
||||||
glmnet/Dsmr@0.5 ; dsmr
|
glmnet/Dsmr@0.5 ; dsmr
|
||||||
rweather/Crypto@0.2.0 ; dsmr
|
rweather/Crypto@0.2.0 ; dsmr
|
||||||
dudanov/MideaUART@1.1.0 ; midea
|
dudanov/MideaUART@1.1.8 ; midea
|
||||||
build_flags =
|
build_flags =
|
||||||
${common.build_flags}
|
${common.build_flags}
|
||||||
-DUSE_ARDUINO
|
-DUSE_ARDUINO
|
||||||
|
|
Loading…
Reference in a new issue