From 56c23976a7ab61234fdfdafaa4c0b0d8b35380c5 Mon Sep 17 00:00:00 2001 From: kbickar Date: Sun, 9 Feb 2020 05:47:53 -0500 Subject: [PATCH] Correct MQTT Lock Default States (#12021) Updated the defaults to match the states changed in https://github.com/home-assistant/home-assistant/pull/29808 --- source/_integrations/lock.mqtt.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/lock.mqtt.markdown b/source/_integrations/lock.mqtt.markdown index 625f4ba4427..54ff19b31a4 100644 --- a/source/_integrations/lock.mqtt.markdown +++ b/source/_integrations/lock.mqtt.markdown @@ -55,12 +55,12 @@ state_locked: description: The value that represents the lock to be in locked state required: false type: string - default: locked + default: LOCKED state_unlocked: description: The value that represents the lock to be in unlocked state required: false type: string - default: unlocked + default: UNLOCKED optimistic: description: Flag that defines if lock works in optimistic mode. required: false