Fix missing id in UART baud rate

Edward Firmo
2023-11-06 00:55:16 +01:00
parent 9817a006d8
commit d45243e0ef

@@ -133,13 +133,14 @@ api:
reboot_timeout: 15min reboot_timeout: 15min
``` ```
   
### Change uart's baud rate ### Change UART's baud rate
Use this to change the baud rate on the communication between ESPHome and Nextion display.<br> Use this to change the baud rate on the communication between ESPHome and Nextion display.<br>
Important: Use only when troubleshooting as your display should be set to always communicate at 115200 bps. Important: Use only when troubleshooting as your display should be set to always communicate at 115200 bps.
```yaml ```yaml
# Set Nextion comm's baud rate to 9600 bps # Set Nextion comm's baud rate to 921600 bps
uart: uart:
baud_rate: 9600 - id: !extend tf_uart
baud_rate: 921600
``` ```
&nbsp; &nbsp;
### Manual IP ### Manual IP