1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-14 17:08:22 +00:00

Add blank line

This commit is contained in:
Georgi Filipov 2024-12-24 01:58:13 +02:00
parent 3522ce6c81
commit 279b03e711

View File

@ -16,6 +16,7 @@ CONFIG_SCHEMA = climate_ir.CLIMATE_IR_WITH_RECEIVER_SCHEMA.extend(
}
)
async def to_code(config):
var = cg.new_Pvariable(config[CONF_ID])