mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
separate cmd payloads to state values (#11420)
This commit is contained in:
parent
4917634367
commit
e889908a40
@ -51,6 +51,16 @@ payload_unlock:
|
||||
required: false
|
||||
type: string
|
||||
default: UNLOCK
|
||||
state_locked:
|
||||
description: The value that represents the lock to be in locked state
|
||||
required: false
|
||||
type: string
|
||||
default: locked
|
||||
state_unlocked:
|
||||
description: The value that represents the lock to be in unlocked state
|
||||
required: false
|
||||
type: string
|
||||
default: unlocked
|
||||
optimistic:
|
||||
description: Flag that defines if lock works in optimistic mode.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user