You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments