Fix baud_rate text

This commit is contained in:
Geoff Davis 2020-03-11 16:20:50 -07:00
parent 8a0bba689d
commit d2637ad8e3

View File

@ -59,7 +59,7 @@ the `HardwareSerial` handle within the ESPHome framework.
Create an ESPHome YAML configuration with the following sections:
* `esphome: libraries:`
* `climate:` - set up a custom climate, change the Serial port as needed.
* ESP8266 only: `logger: baud\_rate: 0` - disables serial port logging on the
* ESP8266 only: `logger: baud_rate: 0` - disables serial port logging on the
sole ESP8266 hardware UART
```yaml