mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Merge pull request #1360 from betrisey/next
Add Swisscom Internet-Box device tracker
This commit is contained in:
commit
11ecba902f
31
source/_components/device_tracker.swisscom.markdown
Normal file
31
source/_components/device_tracker.swisscom.markdown
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Swisscom Internet-Box"
|
||||
description: "Instructions how to integrate Swisscom Internet-Box into Home Assistant."
|
||||
date: 2016-10-29 23:30
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: swisscom.png
|
||||
ha_category: Presence Detection
|
||||
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.
|
||||
|
||||
<p class='note'>
|
||||
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.
|
||||
</p>
|
||||
|
||||
To use an Internet-Box router in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
device_tracker:
|
||||
platform: swisscom
|
||||
host: "192.168.1.1" # only required if not 192.168.1.1
|
||||
```
|
||||
|
||||
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
BIN
source/images/supported_brands/swisscom.png
Normal file
BIN
source/images/supported_brands/swisscom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
x
Reference in New Issue
Block a user