mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Document that lock.mqtt payload_open doesn't have a default value (#29941)
9d3f374728/homeassistant/components/mqtt/lock.py (L87)
The explanation at the top also says that for a lock to support OPEN, it must explicitly include payload_open.
This commit is contained in:
parent
cd1cae573f
commit
9b76d2c63a
@ -191,7 +191,6 @@ payload_open:
|
||||
description: The payload sent to the lock to open it.
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user