Add payload reset option to mqtt lock (#29044)

This commit is contained in:
Jan Bouwhuis 2023-09-27 11:03:25 +02:00 committed by GitHub
parent 763f304140
commit 5cdcccd047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,11 @@ payload_open:
required: false
type: string
default: OPEN
payload_reset:
description: A special payload that resets the state to `unknown` when received on the `state_topic`.
required: false
type: string
default: '"None"'
qos:
description: The maximum QoS level to be used when receiving and publishing messages.
required: false