Merge pull request #856 from technicalpickles/sleepiq

Add SleepIQ documentation
This commit is contained in:
Pascal Vizeli 2016-09-14 00:12:59 +02:00 committed by GitHub
commit b60eb8de57
4 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
layout: page
title: "SleepIQ Binary Sensor"
description: "Instructions for how to integrate SleepIQ sensors within Home Assistant."
date: 2016-08-28 8:56
sidebar: true
comments: false
sharing: true
footer: true
logo: sleepiq
ha_category: Binary Sensor
---
To get your SleepIQ binary sensors working with Home Assistant, follow the instructions for the general [SleepIQ component](/components/sleepiq/).

View File

@ -0,0 +1,14 @@
---
layout: page
title: "SleepIQ Sensor"
description: "Instructions for how to integrate SleepIQ sensors within Home Assistant."
date: 2016-08-28 8:56
sidebar: true
comments: false
sharing: true
footer: true
logo: sleepiq
ha_category: Sensor
---
To get your SleepIQ sensors working with Home Assistant, follow the instructions for the general [SleepIQ component](/components/sleepiq/).

View File

@ -0,0 +1,31 @@
---
layout: page
title: "SleepIQ"
description: "Instructions for how to integrate SleepIQ sensors within Home Assistant."
date: 2016-08-28 8:56
sidebar: true
comments: false
sharing: true
footer: true
logo: sleepiq
ha_category: Hub
featured: true
---
The SleepIQ platfor lets you view sensor data from [SleepIQ by SleepNumber](http://www.sleepnumber.com/sn/en/sleepiq-sleep-tracker).
In particular, it lets you see the occupancy and current SleepNumber (ie current firmness) of each side of a SleepNumber bed.
You will need an account on [SleepIQ](https://sleepiq.sleepnumber.com/) to use this component.
To set it up, add the following information to your `configuration.yaml` file:
```yaml
sleepiq:
username: you@example.com
password: omgsecure
```
Configuration variables:
- **username** (*Required*): Your SleepIQ username (usually an email address)
- **password** (*Required*): Your SleepIQ password

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB