From 4aa51e61cf463c473e9851e12540b11f258795ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Mon, 3 Jun 2024 14:56:59 +0100 Subject: [PATCH] Update ebyte_lora_component.cpp --- esphome/components/ebyte_lora/ebyte_lora_component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index df9d11fda0..85c0cbda33 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -379,7 +379,7 @@ void EbyteLoraComponent::setup_wait_response_(uint32_t timeout) { void EbyteLoraComponent::dump_config() { ESP_LOGCONFIG(TAG, "Ebyte Lora E220:"); ESP_LOGCONFIG(TAG, " Network id: %u", this->network_id); - if (this->repeater_ && !this->sent_switch_state) { + if (!this->repeater_ && !this->sent_switch_state) { ESP_LOGCONFIG(TAG, " Normal mode"); } if (this->repeater_) {