mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Add lock services.yaml
...because I was still bored
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user