From b7896c7b6ff0d8c2bddc152555d9dcd2a648de0a Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Wed, 27 Nov 2019 05:14:22 -0500 Subject: [PATCH] move nuki service to nuki domain services.yaml and remove missing service (#29138) --- homeassistant/components/lock/services.yaml | 17 ----------------- homeassistant/components/nuki/services.yaml | 10 ++++++++++ 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/homeassistant/components/lock/services.yaml b/homeassistant/components/lock/services.yaml index d17e00addd1..dad032fd025 100644 --- a/homeassistant/components/lock/services.yaml +++ b/homeassistant/components/lock/services.yaml @@ -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: diff --git a/homeassistant/components/nuki/services.yaml b/homeassistant/components/nuki/services.yaml index e69de29bb2d..1300b48e0dd 100644 --- a/homeassistant/components/nuki/services.yaml +++ b/homeassistant/components/nuki/services.yaml @@ -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 +