mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
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:
parent
8301e75205
commit
56c23976a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user