[midea] fix fan speed compatibility with some models (#6978)

This commit is contained in:
Sergey Dudanov
2024-06-25 00:04:58 +04:00
committed by Jesse Hills
parent c5aae8ee25
commit a6e1ef2dd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -293,4 +293,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.8")
cg.add_library("dudanov/MideaUART", "1.1.9")