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
@@ -6,6 +6,7 @@ from esphome.const import CONF_SUPPORTS_COOL, CONF_SUPPORTS_HEAT, CONF_SENSOR
from esphome.core import coroutine
AUTO_LOAD = ['sensor', 'remote_base']
CODEOWNERS = ['@glmnet']
climate_ir_ns = cg.esphome_ns.namespace('climate_ir')
ClimateIR = climate_ir_ns.class_('ClimateIR', climate.Climate, cg.Component,