From 87963b7694171c8f74849c63f82ded01e4ea02a9 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 2 Nov 2021 18:47:07 +0100 Subject: [PATCH] Add command_template to MQTT number platform (#20121) --- 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 21d655ee2d3..b5d41edc8f3 100644 --- a/source/_integrations/number.mqtt.markdown +++ b/source/_integrations/number.mqtt.markdown @@ -50,6 +50,10 @@ availability_mode: required: false type: string default: latest +command_template: + description: Defines a [template](/docs/configuration/templating/#processing-incoming-data) to generate the payload to send to `command_topic`. + required: false + type: template command_topic: description: The MQTT topic to publish commands to change the number. required: false