mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add lock services.yaml
...because I was still bored
This commit is contained in:
parent
44b9771d8a
commit
0e367ceec6
@ -0,0 +1,15 @@
|
||||
lock:
|
||||
description: Lock all or specified locks
|
||||
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name(s) of lock(s) to lock
|
||||
example: 'lock.front_door'
|
||||
|
||||
unlock:
|
||||
description: Unlock all or specified locks
|
||||
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name(s) of lock(s) to unlock
|
||||
example: 'lock.front_door'
|
Loading…
x
Reference in New Issue
Block a user