Updated nuki component configuration section (#6745)

* Updated nuki component configuration section

Related to #6385.

* Changed port type to integer
This commit is contained in:
Markus Nigbur 2018-10-13 14:44:27 +02:00 committed by Franck Nijhof
parent cd3d7d70aa
commit ccd5340b9c

View File

@ -27,24 +27,21 @@ lock:
token: fe2345ef token: fe2345ef
``` ```
Configuration variables: {% configuration %}
host:
- **host** (*Required*): The IP or hostname of the Nuki bridge. description: The IP or hostname of the Nuki bridge.
- **port** (*Optional*): The port on which the Nuki bridge is listening on. Defaults to `8080`. required: true
- **token** (*Required*): The token that was defined when setting up the bridge. type: string
port:
## {% linkable_title Full configuration %} description: The port on which the Nuki bridge is listening on.
required: false
Here's a full configuration example for a Nuki bridge: default: 8080
type: integer
```yaml token:
# Example configuration.yaml entry description: The token that was defined when setting up the bridge.
lock: required: true
- platform: nuki type: string
host: 192.168.1.120 {% endconfiguration %}
port: 8080
token: fe2345ef
```
## {% linkable_title Services %} ## {% linkable_title Services %}