Test autoload midea_ir inside midea component

This commit is contained in:
Djordje 2024-11-14 16:10:33 +01:00
parent ff6f57a499
commit a366986bb3

View file

@ -37,7 +37,7 @@ from esphome.components.climate import (
CODEOWNERS = ["@dudanov"]
DEPENDENCIES = ["climate", "uart"]
AUTO_LOAD = ["sensor"]
AUTO_LOAD = ["sensor", "midea_ir"]
CONF_POWER_USAGE = "power_usage"
CONF_HUMIDITY_SETPOINT = "humidity_setpoint"
CONF_FAHRENHEIT = "fahrenheit"