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