From cd1ea9ae304d19c0ec674024d0721329b99f87b4 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 7 Oct 2021 14:04:18 +0200 Subject: [PATCH] Document MQTT number payload_reset (#19644) --- source/_integrations/number.mqtt.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/number.mqtt.markdown b/source/_integrations/number.mqtt.markdown index 0ad640b7af5..d58dc53821a 100644 --- a/source/_integrations/number.mqtt.markdown +++ b/source/_integrations/number.mqtt.markdown @@ -127,6 +127,11 @@ optimistic: required: false type: boolean default: "`true` if no `state_topic` defined, else `false`." +payload_reset: + description: A special payload that resets the state to `None` when received on the `state_topic`. + required: false + type: string + default: '"None"' qos: description: The maximum QoS level of the state topic. Default is 0 and will also be used to publishing messages. required: false