From 699b6085a2bde03ae973e9372bde20a12b5d12a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Sat, 18 May 2024 16:20:02 +0100 Subject: [PATCH] Update ebyte_lora_component.h --- esphome/components/ebyte_lora/ebyte_lora_component.h | 1 - 1 file changed, 1 deletion(-) 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