Auto load test for midea and midea_ir

This commit is contained in:
Djordje 2024-11-14 16:26:13 +01:00
parent f36a9e2608
commit 2725f31ae7
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -0,0 +1 @@
AUTO_LOAD = ["climate_ir", "coolix"]