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:
Cody Cutrer 2023-11-22 00:34:44 -07:00 committed by GitHub
parent cd1cae573f
commit 9b76d2c63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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