From f39af8d499d90dfca8a575b2dffb8bc36ab494ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Thu, 28 Mar 2024 18:34:28 +0000 Subject: [PATCH] Update ebyte_lora.h --- esphome/components/ebyte_lora/ebyte_lora.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/ebyte_lora/ebyte_lora.h b/esphome/components/ebyte_lora/ebyte_lora.h index 4be11d4ffd..b74c597006 100644 --- a/esphome/components/ebyte_lora/ebyte_lora.h +++ b/esphome/components/ebyte_lora/ebyte_lora.h @@ -31,7 +31,7 @@ class EbyteLoraSwitch; class EbyteLoraComponent : public PollingComponent, public uart::UARTDevice { public: void setup() override; - void update() override {} + void update() override { send_switch_info_(); } float get_setup_priority() const override { return setup_priority::HARDWARE; } void loop() override; void dump_config() override;