mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Update lock services.yaml
Was so bored I forgot some things :(
This commit is contained in:
@@ -3,13 +3,19 @@ lock:
|
|||||||
|
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
entity_id:
|
||||||
description: Name(s) of lock(s) to lock
|
description: Name of lock to lock
|
||||||
example: 'lock.front_door'
|
example: 'lock.front_door'
|
||||||
|
code:
|
||||||
|
description: An optional code to lock the lock with
|
||||||
|
example: 1234
|
||||||
|
|
||||||
unlock:
|
unlock:
|
||||||
description: Unlock all or specified locks
|
description: Unlock all or specified locks
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
entity_id:
|
||||||
description: Name(s) of lock(s) to unlock
|
description: Name of lock to unlock
|
||||||
example: 'lock.front_door'
|
example: 'lock.front_door'
|
||||||
|
code:
|
||||||
|
description: An optional code to unlock the lock with
|
||||||
|
example: 1234
|
||||||
|
Reference in New Issue
Block a user