mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 13:40:59 +00:00
[uart] fix lint
This commit is contained in:
parent
d7edc02095
commit
7735697b8e
@ -132,6 +132,7 @@ def validate_flow_control_support(config):
|
|||||||
raise cv.Invalid("Hardware does not support RS485 flow control.")
|
raise cv.Invalid("Hardware does not support RS485 flow control.")
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
def validate_invert_esp32(config):
|
def validate_invert_esp32(config):
|
||||||
if (
|
if (
|
||||||
CORE.is_esp32
|
CORE.is_esp32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user