mirror of
https://github.com/esphome/esphome.git
synced 2025-09-30 09:02:17 +01:00
Midea fix (#2395)
This commit is contained in:
committed by
GitHub
parent
7672ba2c8d
commit
0d0954d74b
@@ -282,4 +282,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")
|
||||
|
Reference in New Issue
Block a user