diff --git a/esphome/components/ebyte_lora/ebyte_lora_component.cpp b/esphome/components/ebyte_lora/ebyte_lora_component.cpp index 140c90f74b..1fde4a7a61 100644 --- a/esphome/components/ebyte_lora/ebyte_lora_component.cpp +++ b/esphome/components/ebyte_lora/ebyte_lora_component.cpp @@ -378,7 +378,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); + ESP_LOGCONFIG(TAG, " Network id: %u", this->network_id_); if (!this->repeater_ && !this->sent_switch_state_) { ESP_LOGCONFIG(TAG, " Normal mode"); }