Update climate.py

This commit is contained in:
Djordje 2024-11-14 16:56:34 +01:00
parent d42ea77f2d
commit 19c1178868

View file

@ -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 = ["midea_ir"]
CODEOWNERS = ["@dudanov"]
midea_ir_ns = cg.esphome_ns.namespace("midea_ir")