Files
2025-07-01 23:34:56 -07:00
..
2024-01-10 00:11:49 -08:00
2024-01-10 00:11:49 -08:00
2024-01-10 00:11:49 -08:00
2024-01-10 00:11:49 -08:00

A component that reads CSV values from the uart.

A configured uart is required.

Configure a list of sensors. The index is required, the rest is the standard sensor config.

Example:

sensor:
  - platform: serial_csv
    uart_id: my_uart   # optional
    sensors:
      - index: 0
        name: First value
      - index: 3
        name: Fourth value