Add @glmnet components (#1200)

This commit is contained in:
Guillermo Ruffino
2020-07-25 17:19:13 -03:00
committed by GitHub
parent bf3b678727
commit 8215a018e9
10 changed files with 16 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ from esphome.components import climate_ir
from esphome.const import CONF_ID
AUTO_LOAD = ['climate_ir']
CODEOWNERS = ['@glmnet']
coolix_ns = cg.esphome_ns.namespace('coolix')
CoolixClimate = coolix_ns.class_('CoolixClimate', climate_ir.ClimateIR)