mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
[LD2410] Remove baud_rate check (#5112)
This commit is contained in:
@@ -112,7 +112,6 @@ CONFIG_SCHEMA = cv.All(
|
|||||||
|
|
||||||
FINAL_VALIDATE_SCHEMA = uart.final_validate_device_schema(
|
FINAL_VALIDATE_SCHEMA = uart.final_validate_device_schema(
|
||||||
"ld2410",
|
"ld2410",
|
||||||
baud_rate=256000,
|
|
||||||
require_tx=True,
|
require_tx=True,
|
||||||
require_rx=True,
|
require_rx=True,
|
||||||
parity="NONE",
|
parity="NONE",
|
||||||
|
|||||||
Reference in New Issue
Block a user