ESPHome External Component used to create a text_sensor component from a UART bus.
Find a file
2025-08-11 20:58:22 +02:00
components/uart_read_line_sensor Initial commit 2025-07-12 18:02:46 +02:00
example_component1.yaml Initial commit 2025-07-12 18:02:46 +02:00
LICENSE Added LICENSE 2025-08-11 20:58:22 +02:00
README.md Initial commit 2025-07-12 18:02:46 +02:00

ESPHome UART Read Line Sensor Component

This is an ESPHome External Component used to create a sensor component that gets fed from a UART bus. There are some UART devices that report their state through strings on the bus while updates to this state are signaled with line breaks, like the voice chip in the ESPVoice. This component allows you to define a text_sensor that keeps track of the most current value on any UART bus.

See example_component1.yaml for an example on how to use this component.