From 3d2d681a7bd3313434e1a69922e95ce79babaa82 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:32:15 +1300 Subject: [PATCH] Remove baud check in tuya dump_config (#4298) --- esphome/components/tuya/tuya.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/tuya/tuya.cpp b/esphome/components/tuya/tuya.cpp index 7b580986e1..89a687e5a6 100644 --- a/esphome/components/tuya/tuya.cpp +++ b/esphome/components/tuya/tuya.cpp @@ -66,7 +66,6 @@ void Tuya::dump_config() { LOG_PIN(" Status Pin: ", this->status_pin_.value()); } ESP_LOGCONFIG(TAG, " Product: '%s'", this->product_.c_str()); - this->check_uart_settings(9600); } bool Tuya::validate_message_() {