mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
lock.nuki documentation (#1941)
This commit is contained in:
parent
eedd1f1813
commit
ba04007709
47
source/_components/lock.nuki.markdown
Normal file
47
source/_components/lock.nuki.markdown
Normal file
@ -0,0 +1,47 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Nuki Smart Lock"
|
||||
description: "Instructions on how to integrate a Nuki Smart Lock devices."
|
||||
date: 2017-02-02 09:35
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: nuki.png
|
||||
ha_category: Lock
|
||||
featured: false
|
||||
ha_release: 0.38
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
The `nuki` platform allows you to control [Nuki Smart Locks](nuki.io) via either a [sofware](https://play.google.com/store/apps/details?id=io.nuki.bridge&hl=fr) or a [physical bridge](https://nuki.io/en/bridge/).
|
||||
|
||||
To add a Nuki bridge to your installation, you need to enable developper mode on your bridge and define a port and an access token. This can be achieved using the Android app. Please note that there seems to be a maximum length for the API token, even though the app allows you to set a longer one.
|
||||
Then add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
lock:
|
||||
- platform: nuki
|
||||
host: 192.168.1.120
|
||||
token: fe2345ef
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP or hostname of the Nuki bridge.
|
||||
- **port** (*Optional*): The port on which the Nuki bridge is listening on. Defaults to `8080`.
|
||||
- **token** (*Optional*): The token that was defined when setting up the bridge.
|
||||
|
||||
## {% linkable_title Full configuration %}
|
||||
|
||||
Here's a full configuration example for a Nuki bridge:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
lock:
|
||||
- platform: nuki
|
||||
host: 192.168.1.120
|
||||
port: 8080
|
||||
token: fe2345ef
|
||||
```
|
BIN
source/images/supported_brands/nuki.png
Normal file
BIN
source/images/supported_brands/nuki.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
x
Reference in New Issue
Block a user