Skip to content

Commit b37fb0a

Browse files
committed
Add variable description and other minor changes
1 parent e19f20b commit b37fb0a

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

source/_components/device_tracker.swisscom.markdown

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ha_release: 0.32
1313
---
1414

1515

16-
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.
16+
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.
1717

1818
<p class='note'>
1919
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
2424
```yaml
2525
# Example configuration.yaml entry
2626
device_tracker:
27-
platform: swisscom
28-
host: "192.168.1.1" # only required if not 192.168.1.1
27+
- platform: swisscom
2928
```
3029
30+
Configuration variables:
31+
32+
- **host** (*Optional*): The IP address of your router. Set it if you are not using `192.168.1.1`.
33+
3134
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.

source/_components/device_tracker.upc_connect.markdown

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ ha_release: 0.36
1313
---
1414

1515

16-
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.
16+
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.
1717

18-
To use an Internet-Box router in your installation, add the following to your `configuration.yaml` file:
18+
To use a Connect Box in your installation, add the following to your `configuration.yaml` file:
1919

2020
```yaml
2121
# Example configuration.yaml entry
2222
device_tracker:
23-
platform: upc_connect
24-
password: '123456'
25-
host: "192.168.0.1" # only required if not 192.168.0.1
23+
- platform: upc_connect
24+
password: YOUR_PASSWORD
2625
```
2726
27+
Configuration variables:
28+
29+
- **password** (*Required*): The password for your Connect Box.
30+
- **host** (*Optional*): The IP address of your router. Set it if you are not using `192.168.0.1`.
31+
2832
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.

0 commit comments

Comments
 (0)