mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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
|
description: The value that represents the lock to be in locked state
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: locked
|
default: LOCKED
|
||||||
state_unlocked:
|
state_unlocked:
|
||||||
description: The value that represents the lock to be in unlocked state
|
description: The value that represents the lock to be in unlocked state
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: unlocked
|
default: UNLOCKED
|
||||||
optimistic:
|
optimistic:
|
||||||
description: Flag that defines if lock works in optimistic mode.
|
description: Flag that defines if lock works in optimistic mode.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user