Document MQTT number payload_reset (#19644)

This commit is contained in:
Erik Montnemery 2021-10-07 14:04:18 +02:00 committed by GitHub
parent 3a2b44e180
commit cd1ea9ae30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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