diff --git a/esphome/components/ebyte_lora/switch.py b/esphome/components/ebyte_lora/switch.py index 3d8b59f988..fceddedc38 100644 --- a/esphome/components/ebyte_lora/switch.py +++ b/esphome/components/ebyte_lora/switch.py @@ -24,6 +24,5 @@ async def to_code(config): ebyte_lora_component = await cg.get_variable(config[CONF_EBYTE_LORA_COMPONENT_ID]) var = await switch.new_switch(config) await cg.register_parented(var, config[CONF_EBYTE_LORA_COMPONENT_ID]) - await cg.register_component(var, config) cg.add(var.set_pin(config[PIN_TO_SEND])) cg.add(ebyte_lora_component.set_switch(var))