Add variable description and other minor changes

This commit is contained in:
Fabian Affolter 2017-01-18 08:18:12 +01:00
parent e19f20b203
commit b37fb0a38a
No known key found for this signature in database
GPG key ID: E23CD2DD36A4397F
2 changed files with 15 additions and 8 deletions

View file

@ -13,16 +13,20 @@ ha_release: 0.36
---
The `upc_connect` platform offers presence detection by looking at connected devices to an [ConnectBox](https://www.upc.ch/de/internet/connectbox/) router from [Liberty Global](http://www.libertyglobal.com/), which is a Internet provider in Switzerland, Austria.
The `upc_connect` platform offers presence detection by looking at connected devices to a [Connect Box](https://www.upc.ch/de/internet/connectbox/) from [Liberty Global](http://www.libertyglobal.com/) (also known as UPC Cablecom in Switzerland) which is a Internet provider in Switzerland and Austria.
To use an Internet-Box router in your installation, add the following to your `configuration.yaml` file:
To use a Connect Box in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
device_tracker:
platform: upc_connect
password: '123456'
host: "192.168.0.1" # only required if not 192.168.0.1
- platform: upc_connect
password: YOUR_PASSWORD
```
Configuration variables:
- **password** (*Required*): The password for your Connect Box.
- **host** (*Optional*): The IP address of your router. Set it if you are not using `192.168.0.1`.
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.