From 7735697b8e5f442ca2a1cd0e85d29cfb44bbb18a Mon Sep 17 00:00:00 2001 From: brambo123 Date: Fri, 17 Jan 2025 17:16:01 +0100 Subject: [PATCH] [uart] fix lint --- esphome/components/uart/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/uart/__init__.py b/esphome/components/uart/__init__.py index 7a8e9744f3..ef22337f63 100644 --- a/esphome/components/uart/__init__.py +++ b/esphome/components/uart/__init__.py @@ -132,6 +132,7 @@ def validate_flow_control_support(config): raise cv.Invalid("Hardware does not support RS485 flow control.") return config + def validate_invert_esp32(config): if ( CORE.is_esp32