mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: UNLOCK
|
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:
|
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