mirror of
https://github.com/esphome/esphome.git
synced 2025-01-08 05:41:44 +01:00
Update esphome/components/ballu_old/climate.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
12ac2004ed
commit
9a60515cf1
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue