core/homeassistant/components/lock/services.yaml

44 lines
812 B
YAML
Raw Normal View History

# Describes the format for available lock services
lock:
name: Lock
description: Lock all or specified locks.
target:
entity:
domain: lock
fields:
code:
name: Code
description: An optional code to lock the lock with.
example: 1234
selector:
text:
2019-10-04 21:14:47 +00:00
open:
name: Open
description: Open all or specified locks.
target:
entity:
domain: lock
2019-10-04 21:14:47 +00:00
fields:
code:
name: Code
2019-10-04 21:14:47 +00:00
description: An optional code to open the lock with.
example: 1234
selector:
text:
2019-10-04 21:14:47 +00:00
unlock:
name: Unlock
description: Unlock all or specified locks.
target:
entity:
domain: lock
fields:
code:
name: Code
description: An optional code to unlock the lock with.
example: 1234
selector:
text: