Skip to content

Commit d48df70

Browse files
authored
Add initial Sky Hub docs (home-assistant#1895)
1 parent 2d3f03b commit d48df70

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: "Sky Hub"
4+
description: "Instructions how to integrate Sky Hub routers into Home Assistant."
5+
date: 2017-01-28 09:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: sky.png
11+
ha_category: Presence Detection
12+
ha_release: 0.37
13+
---
14+
15+
16+
The `sky_hub` platform offers presence detection by looking at connected devices to a [Sky Hub router](http://www.sky.com/shop/broadband-talk/sky-hub/) based router.
17+
18+
To use your Sky Hub device in your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
device_tracker:
23+
- platform: sky_hub
24+
```
25+
26+
Configuration variables:
27+
28+
- **host** (*Optional*): The IP address of your router. Defaults to `192.168.1.254`.
29+
30+
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
31+
123 KB
Loading

0 commit comments

Comments
 (0)