Correct MQTT Lock Default States (#12021)

Updated the defaults to match the states changed in https://github.com/home-assistant/home-assistant/pull/29808
This commit is contained in:
kbickar 2020-02-09 05:47:53 -05:00 committed by GitHub
parent 8301e75205
commit 56c23976a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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