diff --git a/esphome/components/midea_ir/__init__.py b/esphome/components/midea_ir/__init__.py index db3484e0be..e69de29bb2 100644 --- a/esphome/components/midea_ir/__init__.py +++ b/esphome/components/midea_ir/__init__.py @@ -1 +0,0 @@ -AUTO_LOAD = ["climate_ir", "coolix"] diff --git a/esphome/components/midea_ir/climate.py b/esphome/components/midea_ir/climate.py index 662c32712e..8fea6b192b 100644 --- a/esphome/components/midea_ir/climate.py +++ b/esphome/components/midea_ir/climate.py @@ -3,6 +3,7 @@ import esphome.config_validation as cv from esphome.components import climate_ir from esphome.const import CONF_ID, CONF_USE_FAHRENHEIT +AUTO_LOAD = ["climate_ir", "coolix"] CODEOWNERS = ["@dudanov"] midea_ir_ns = cg.esphome_ns.namespace("midea_ir")