Skip to content

Commit b60eb8d

Browse files
authored
Merge pull request home-assistant#856 from technicalpickles/sleepiq
Add SleepIQ documentation
2 parents 27aea33 + 0907816 commit b60eb8d

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: page
3+
title: "SleepIQ Binary Sensor"
4+
description: "Instructions for how to integrate SleepIQ sensors within Home Assistant."
5+
date: 2016-08-28 8:56
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: sleepiq
11+
ha_category: Binary Sensor
12+
---
13+
14+
To get your SleepIQ binary sensors working with Home Assistant, follow the instructions for the general [SleepIQ component](/components/sleepiq/).
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: page
3+
title: "SleepIQ Sensor"
4+
description: "Instructions for how to integrate SleepIQ sensors within Home Assistant."
5+
date: 2016-08-28 8:56
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: sleepiq
11+
ha_category: Sensor
12+
---
13+
14+
To get your SleepIQ sensors working with Home Assistant, follow the instructions for the general [SleepIQ component](/components/sleepiq/).

source/_components/sleepiq.markdown

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: page
3+
title: "SleepIQ"
4+
description: "Instructions for how to integrate SleepIQ sensors within Home Assistant."
5+
date: 2016-08-28 8:56
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: sleepiq
11+
ha_category: Hub
12+
featured: true
13+
---
14+
15+
The SleepIQ platfor lets you view sensor data from [SleepIQ by SleepNumber](http://www.sleepnumber.com/sn/en/sleepiq-sleep-tracker).
16+
In particular, it lets you see the occupancy and current SleepNumber (ie current firmness) of each side of a SleepNumber bed.
17+
18+
You will need an account on [SleepIQ](https://sleepiq.sleepnumber.com/) to use this component.
19+
20+
To set it up, add the following information to your `configuration.yaml` file:
21+
22+
```yaml
23+
sleepiq:
24+
username: you@example.com
25+
password: omgsecure
26+
```
27+
28+
Configuration variables:
29+
30+
- **username** (*Required*): Your SleepIQ username (usually an email address)
31+
- **password** (*Required*): Your SleepIQ password
9.86 KB
Loading

0 commit comments

Comments
 (0)