1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-18 09:43:47 +01:00

Fix misspelling of climate in climate_ir.climate_ir_with_receiver_schema (#8829)

This commit is contained in:
Kent Gibson
2025-05-18 11:45:12 +08:00
committed by Jesse Hills
parent 868f5ff20c
commit f8681adec4
22 changed files with 24 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ CODEOWNERS = ["@bazuchan"]
ballu_ns = cg.esphome_ns.namespace("ballu")
BalluClimate = ballu_ns.class_("BalluClimate", climate_ir.ClimateIR)
CONFIG_SCHEMA = climate_ir.climare_ir_with_receiver_schema(BalluClimate)
CONFIG_SCHEMA = climate_ir.climate_ir_with_receiver_schema(BalluClimate)
async def to_code(config):