mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 10:06:27 -05:00
move nuki service to nuki domain services.yaml and remove missing service (#29138)
This commit is contained in:
committed by
Pascal Vizeli
parent
fb9f561052
commit
b7896c7b6f
@@ -20,23 +20,6 @@ get_usercode:
|
||||
description: Code slot to retrieve a code from.
|
||||
example: 1
|
||||
|
||||
nuki_lock_n_go:
|
||||
description: "Nuki Lock 'n' Go"
|
||||
fields:
|
||||
entity_id:
|
||||
description: Entity id of the Nuki lock.
|
||||
example: 'lock.front_door'
|
||||
unlatch:
|
||||
description: Whether to unlatch the lock.
|
||||
example: false
|
||||
|
||||
nuki_unlatch:
|
||||
description: Nuki unlatch.
|
||||
fields:
|
||||
entity_id:
|
||||
description: Entity id of the Nuki lock.
|
||||
example: 'lock.front_door'
|
||||
|
||||
lock:
|
||||
description: Lock all or specified locks.
|
||||
fields:
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
lock_n_go:
|
||||
description: "Nuki Lock 'n' Go"
|
||||
fields:
|
||||
entity_id:
|
||||
description: Entity id of the Nuki lock.
|
||||
example: 'lock.front_door'
|
||||
unlatch:
|
||||
description: Whether to unlatch the lock.
|
||||
example: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user