mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Dont validate baud_rate for sim800l platform (#2945)
This commit is contained in:
parent
b601560e81
commit
3df0fee3de
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ CONFIG_SCHEMA = cv.All(
|
|||
.extend(uart.UART_DEVICE_SCHEMA)
|
||||
)
|
||||
FINAL_VALIDATE_SCHEMA = uart.final_validate_device_schema(
|
||||
"sim800l", baud_rate=9600, require_tx=True, require_rx=True
|
||||
"sim800l", require_tx=True, require_rx=True
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue