mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Midea fix (#2395)
This commit is contained in:
committed by
Jesse Hills
parent
cb5efc1c42
commit
1853407645
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user