Files
2025-07-01 23:34:56 -07:00
..
2023-06-20 21:15:49 -07:00
2022-04-25 14:34:42 -07:00
2023-06-20 21:15:49 -07:00

text_sensor that reads lines for a uart. Also, a sensor that reads single values from the uart.

A configured uart is required.

Example:

text_sensor:
  - platform: serial
    uart_id: my_uart   # optional
    name: My Serial data

sensor:
  - platform: serial
    uart_id: my_uart   # optional
    name: My Serial number