Merge remote-tracking branch 'upstream/fix-uart-rtl87xx-success-macro' into integration

This commit is contained in:
J. Nick Koston
2026-03-21 10:32:31 -10:00
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,14 @@
uart:
- id: uart_id
tx_pin: PA23
rx_pin: PA18
baud_rate: 9600
data_bits: 8
parity: NONE
stop_bits: 1
switch:
- platform: uart
name: "UART Switch"
uart_id: uart_id
data: [0x01, 0x02, 0x03]