From 046a3194297b92f4d8e8025c4808a54e5fc255b6 Mon Sep 17 00:00:00 2001 From: aschmitz <29508+aschmitz@users.noreply.github.com> Date: Sun, 30 Mar 2025 00:16:08 -0500 Subject: [PATCH] Specify even parity in thermostat UART example The validation prevents ESPHome from actually compiling without this, but we might as well reflect it in the documentation. --- docs/user/configuration/thermostat.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user/configuration/thermostat.md b/docs/user/configuration/thermostat.md index 2c7240a..2332ad2 100644 --- a/docs/user/configuration/thermostat.md +++ b/docs/user/configuration/thermostat.md @@ -12,6 +12,7 @@ uart: ... - id: ts_uart baud_rate: 2400 # may be 9600 + parity: EVEN rx_pin: number: GPIO16 tx_pin: