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 +