From 4c4ff0cfb97ab8f358052fd35a798da6607f187e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Thu, 28 Mar 2024 11:54:48 +0000 Subject: [PATCH] add that --- esphome/components/ebyte_lora/ebyte_lora.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/ebyte_lora/ebyte_lora.h b/esphome/components/ebyte_lora/ebyte_lora.h index c9108cf0c0..777fce383a 100644 --- a/esphome/components/ebyte_lora/ebyte_lora.h +++ b/esphome/components/ebyte_lora/ebyte_lora.h @@ -31,6 +31,7 @@ class EbyteLoraSwitch; class EbyteLoraComponent : public PollingComponent, public uart::UARTDevice { public: void setup() override; + void update() override {} float get_setup_priority() const override { return setup_priority::HARDWARE; } void loop() override; void dump_config() override;