mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 00:05:43 +00:00
Add additional custom lint checks (#790)
This commit is contained in:
@@ -201,7 +201,7 @@ void MQTTClientComponent::check_connected() {
|
||||
this->status_clear_warning();
|
||||
ESP_LOGI(TAG, "MQTT Connected!");
|
||||
// MQTT Client needs some time to be fully set up.
|
||||
delay(100);
|
||||
delay(100); // NOLINT
|
||||
|
||||
this->resubscribe_subscriptions_();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user