From 9a60515cf1ee89dd04636087357f3fbe420eddc7 Mon Sep 17 00:00:00 2001 From: Midnighter32 <42702583+Midnighter32@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:58:46 +0300 Subject: [PATCH] Update esphome/components/ballu_old/climate.py Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- esphome/components/ballu_old/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/ballu_old/climate.py b/esphome/components/ballu_old/climate.py index 816f6c1506..97f1c45c9b 100644 --- a/esphome/components/ballu_old/climate.py +++ b/esphome/components/ballu_old/climate.py @@ -9,7 +9,7 @@ CODEOWNERS = ["@Midnighter32"] ballu_old_ns = cg.esphome_ns.namespace("ballu_old") BalluOldClimate = ballu_old_ns.class_("BalluOldClimate", climate_ir.ClimateIR) -CONFIG_SCHEMA = climate_ir.CLIMATE_IR_WITH_RECEIVER_SCHEMA.extend( +CONFIG_SCHEMA = climate_ir.CLIMATE_IR_SCHEMA.extend( { cv.GenerateID(): cv.declare_id(BalluOldClimate), }