mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Add payload reset option to mqtt lock (#29044)
This commit is contained in:
parent
763f304140
commit
5cdcccd047
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user