mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Add @glmnet components (#1200)
This commit is contained in:
committed by
GitHub
parent
bf3b678727
commit
8215a018e9
@@ -4,6 +4,7 @@ from esphome.components import climate_ir
|
||||
from esphome.const import CONF_ID, CONF_MODEL
|
||||
|
||||
AUTO_LOAD = ['climate_ir']
|
||||
CODEOWNERS = ['@glmnet']
|
||||
|
||||
whirlpool_ns = cg.esphome_ns.namespace('whirlpool')
|
||||
WhirlpoolClimate = whirlpool_ns.class_('WhirlpoolClimate', climate_ir.ClimateIR)
|
||||
|
||||
Reference in New Issue
Block a user