1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-07 13:52:20 +01:00

[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

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