diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.h b/esphome/components/ebyte_lora/ebyte_lora_component.h index f500b9f6cc..59dfc3a9af 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.h +++ b/esphome/components/ebyte_lora/ebyte_lora_component.h @@ -96,7 +96,6 @@ class EbyteLoraSwitch : public switch_::Switch, public Parentedparent_->digital_write(this->pin_, state); } - EbyteLoraComponent *parent_; uint8_t pin_; }; #endif