This commit is contained in:
Djordje 2024-11-14 16:42:18 +01:00
parent 3dce76a087
commit e8a6a1a4fd
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -3,6 +3,7 @@ import esphome.config_validation as cv
from esphome.components import climate_ir from esphome.components import climate_ir
from esphome.const import CONF_ID, CONF_USE_FAHRENHEIT from esphome.const import CONF_ID, CONF_USE_FAHRENHEIT
AUTO_LOAD = ["climate_ir", "coolix"]
CODEOWNERS = ["@dudanov"] CODEOWNERS = ["@dudanov"]
midea_ir_ns = cg.esphome_ns.namespace("midea_ir") midea_ir_ns = cg.esphome_ns.namespace("midea_ir")