diff --git a/source/_integrations/lock.mqtt.markdown b/source/_integrations/lock.mqtt.markdown index 5a9baf5a6cc..312714b401d 100644 --- a/source/_integrations/lock.mqtt.markdown +++ b/source/_integrations/lock.mqtt.markdown @@ -165,6 +165,8 @@ lock: command_topic: "home-assistant/frontdoor/set" payload_lock: "LOCK" payload_unlock: "UNLOCK" + state_locked: "LOCK" + state_unlocked: "UNLOCK" optimistic: false qos: 1 retain: true