Skip to content

Commit 11ecba9

Browse files
authored
Merge pull request home-assistant#1360 from betrisey/next
Add Swisscom Internet-Box device tracker
2 parents 2d54a35 + bd09d27 commit 11ecba9

File tree

2 files changed

+31
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)