From 6e1919a808e2f5fbab0192e412125893666b4875 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 28 Jun 2021 10:29:32 +0200 Subject: [PATCH] Document MQTT number value template (#18326) * Document MQTT number value template * Update source/_integrations/number.mqtt.markdown Co-authored-by: Franck Nijhof --- source/_integrations/number.mqtt.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/number.mqtt.markdown b/source/_integrations/number.mqtt.markdown index 18edf0b9528..3b04612926f 100644 --- a/source/_integrations/number.mqtt.markdown +++ b/source/_integrations/number.mqtt.markdown @@ -146,6 +146,10 @@ unique_id: description: An ID that uniquely identifies this Number. If two Numbers 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 %}