mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
Update climate.py
This commit is contained in:
parent
1d25a6f4f5
commit
74523496fc
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ CONFIG_SCHEMA = climate_ir.CLIMATE_IR_SCHEMA.extend(
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
async def to_code(config):
|
async def to_code(config):
|
||||||
var = cg.new_Pvariable(config[CONF_ID])
|
var = cg.new_Pvariable(config[CONF_ID])
|
||||||
await climate_ir.register_climate_ir(var, config)
|
await climate_ir.register_climate_ir(var, config)
|
||||||
|
|
Loading…
Reference in a new issue