1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00: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 GitHub
parent 44470f31f6
commit a78bea78f9
22 changed files with 24 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ AUTO_LOAD = ["climate_ir"]
emmeti_ns = cg.esphome_ns.namespace("emmeti")
EmmetiClimate = emmeti_ns.class_("EmmetiClimate", climate_ir.ClimateIR)
CONFIG_SCHEMA = climate_ir.climare_ir_with_receiver_schema(EmmetiClimate)
CONFIG_SCHEMA = climate_ir.climate_ir_with_receiver_schema(EmmetiClimate)
async def to_code(config):