Skip to content

Commit 9c17520

Browse files
authored
Specify even parity in thermostat UART example (#4)
The validation prevents ESPHome from actually compiling without this, but we might as well reflect it in the documentation.
1 parent 280bba5 commit 9c17520

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/user/configuration/thermostat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ uart:
1212
...
1313
- id: ts_uart
1414
baud_rate: 2400 # may be 9600
15+
parity: EVEN
1516
rx_pin:
1617
number: GPIO16
1718
tx_pin:

0 commit comments

Comments
 (0)