From 38b68aec1d096bf1c5301240722b1fd8dc6c95b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Mon, 3 Jun 2024 13:04:28 +0100 Subject: [PATCH] Update ebyte_lora_component.h --- esphome/components/ebyte_lora/ebyte_lora_component.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.h b/esphome/components/ebyte_lora/ebyte_lora_component.h index 975699d9e0..e062bd302f 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.h +++ b/esphome/components/ebyte_lora/ebyte_lora_component.h @@ -7,9 +7,7 @@ #include "esphome/components/uart/uart.h" #include "esphome/core/log.h" #include "config.h" -#ifdef USE_SWITCH #include "esphome/components/switch/switch.h" -#endif namespace esphome { namespace ebyte_lora {