From 9b76d2c63a23d750c8c5e95af5ab34a475fb2856 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Wed, 22 Nov 2023 00:34:44 -0700 Subject: [PATCH] Document that lock.mqtt payload_open doesn't have a default value (#29941) https://github.com/home-assistant/core/blob/9d3f37472824c43a6b12c6b13e8c8a19c30dcd56/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. --- source/_integrations/lock.mqtt.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/lock.mqtt.markdown b/source/_integrations/lock.mqtt.markdown index 341980e0efe..2e513f451c5 100644 --- a/source/_integrations/lock.mqtt.markdown +++ b/source/_integrations/lock.mqtt.markdown @@ -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