1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00
Files
core/homeassistant/components/lock/services.yaml
2023-04-04 17:03:43 +02:00

44 lines
812 B
YAML

# 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:
open:
name: Open
description: Open all or specified locks.
target:
entity:
domain: lock
fields:
code:
name: Code
description: An optional code to open the lock with.
example: 1234
selector:
text:
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: