We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2b44e commit cd1ea9aCopy full SHA for cd1ea9a
source/_integrations/number.mqtt.markdown
@@ -127,6 +127,11 @@ optimistic:
127
required: false
128
type: boolean
129
default: "`true` if no `state_topic` defined, else `false`."
130
+payload_reset:
131
+ description: A special payload that resets the state to `None` when received on the `state_topic`.
132
+ required: false
133
+ type: string
134
+ default: '"None"'
135
qos:
136
description: The maximum QoS level of the state topic. Default is 0 and will also be used to publishing messages.
137
0 commit comments