1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-17 17:23:45 +01:00

[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

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