[LD2410] Remove baud_rate check (#5112)

This commit is contained in:
voed 2023-07-18 03:50:32 +03:00 committed by Jesse Hills
parent 036e14ab7f
commit 4449248c6f
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -112,7 +112,6 @@ CONFIG_SCHEMA = cv.All(
FINAL_VALIDATE_SCHEMA = uart.final_validate_device_schema(
"ld2410",
baud_rate=256000,
require_tx=True,
require_rx=True,
parity="NONE",