Add lock services.yaml

...because I was still bored
This commit is contained in:
Robbie Trencheny 2016-07-31 11:31:50 -07:00 committed by GitHub
parent 44b9771d8a
commit 0e367ceec6

View File

@ -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'