diff --git a/source/_components/device_tracker.swisscom.markdown b/source/_components/device_tracker.swisscom.markdown index e7931976677..bee21be205f 100644 --- a/source/_components/device_tracker.swisscom.markdown +++ b/source/_components/device_tracker.swisscom.markdown @@ -13,7 +13,7 @@ ha_release: 0.32 --- -The `swisscom` platform offers presence detection by looking at connected devices to an [Internet-Box](https://www.swisscom.ch/en/residential/help/device/internet-router.html) router from [Swisscom](https://www.swisscom.ch), which is the main Internet provider in Switzerland. +The `swisscom` platform offers presence detection by looking at connected devices to an [Internet-Box](https://www.swisscom.ch/en/residential/help/device/internet-router.html) router from [Swisscom](https://www.swisscom.ch) which is an Internet provider in Switzerland.

There are three models of Internet-Box (light, standard and plus). The platform has only been tested on the Internet-Box plus but the others should work as well because they have the same web interface. @@ -24,8 +24,11 @@ To use an Internet-Box router in your installation, add the following to your `c ```yaml # Example configuration.yaml entry device_tracker: - platform: swisscom - host: "192.168.1.1" # only required if not 192.168.1.1 + - platform: swisscom ``` +Configuration variables: + +- **host** (*Optional*): The IP address of your router. Set it if you are not using `192.168.1.1`. + See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked. diff --git a/source/_components/device_tracker.upc_connect.markdown b/source/_components/device_tracker.upc_connect.markdown index b66dad89fa0..7302fb818d3 100644 --- a/source/_components/device_tracker.upc_connect.markdown +++ b/source/_components/device_tracker.upc_connect.markdown @@ -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.