[LD2410] Remove baud_rate check (#5112)

This commit is contained in:
voed 2023-07-18 03:50:32 +03:00 committed by GitHub
parent b0e286972d
commit 837c749cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",