mirror of
https://github.com/esphome/esphome.git
synced 2024-12-25 23:14:54 +01:00
Test
This commit is contained in:
parent
3dce76a087
commit
e8a6a1a4fd
2 changed files with 1 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
AUTO_LOAD = ["climate_ir", "coolix"]
|
|
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue