diff --git a/source/_components/sensor.serial.markdown b/source/_components/sensor.serial.markdown index 52646cf648a..ea1ad91a0b7 100644 --- a/source/_components/sensor.serial.markdown +++ b/source/_components/sensor.serial.markdown @@ -31,19 +31,23 @@ sensor: ``` {% configuration %} - serial_port: - description: Local serial port where the sensor is connected and access is granted. - required: true - type: string - name: - description: Friendly name to use for the frontend. Default to "Serial sensor". - required: false - type: string - baudrate: - description: Baudrate of the serial port. - required: false - default: 9600 Bps - type: int +serial_port: + description: Local serial port where the sensor is connected and access is granted. + required: true + type: string +name: + description: Friendly name to use for the frontend. Default to "Serial sensor". + required: false + type: string +baudrate: + description: Baudrate of the serial port. + required: false + default: 9600 Bps + type: int +value_template: + description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract a value from the serial line." + required: false + type: template {% endconfiguration %}