Skip to content

Commit 44dd7d3

Browse files
authored
Create device_tracker.upc_connect.markdown
1 parent 2d6a719 commit 44dd7d3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: page
3+
title: "UPC ConnectBox"
4+
description: "Instructions how to integrate UPC ConnectBox into Home Assistant."
5+
date: 2016-12-30 00:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: upc.png
11+
ha_category: Presence Detection
12+
ha_release: 0.36
13+
---
14+
15+
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.
17+
18+
To use an Internet-Box router in your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
device_tracker:
23+
platform: upc_connect
24+
password: '123456'
25+
host: "192.168.0.1" # only required if not 192.168.0.1
26+
```
27+
28+
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.

0 commit comments

Comments
 (0)