Document MQTT select value template (#18327)

This commit is contained in:
Erik Montnemery 2021-06-28 10:22:32 +02:00 committed by GitHub
parent 8615a5e757
commit fd48ecf0b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,6 +139,10 @@ unique_id:
description: An ID that uniquely identifies this Select. If two Selects have the same unique ID Home Assistant will raise an exception.
required: false
type: string
value_template:
description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract the value."
required: false
type: template
{% endconfiguration %}
<div class='note warning'>