mirror of
https://github.com/esphome/esphome.git
synced 2025-01-18 20:10:55 +00:00
Dont validate baud_rate for sim800l platform (#2945)
This commit is contained in:
parent
b601560e81
commit
3df0fee3de
@ -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…
x
Reference in New Issue
Block a user