Serial json (#3942)
* add value_template option * Set type to template * Remove tab
This commit is contained in:
parent
4d4212bca4
commit
93cb701387
1 changed files with 17 additions and 13 deletions
|
@ -44,6 +44,10 @@ sensor:
|
||||||
required: false
|
required: false
|
||||||
default: 9600 Bps
|
default: 9600 Bps
|
||||||
type: int
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue