mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
[LD2410] Remove baud_rate check (#5112)
This commit is contained in:
parent
036e14ab7f
commit
4449248c6f
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue