mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Merge pull request #856 from technicalpickles/sleepiq
Add SleepIQ documentation
This commit is contained in:
commit
b60eb8de57
14
source/_components/binary_sensor.sleepiq.markdown
Normal file
14
source/_components/binary_sensor.sleepiq.markdown
Normal 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/).
|
14
source/_components/sensor.sleepiq.markdown
Normal file
14
source/_components/sensor.sleepiq.markdown
Normal 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/).
|
31
source/_components/sleepiq.markdown
Normal file
31
source/_components/sleepiq.markdown
Normal 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
|
BIN
source/images/supported_brands/sleepiq.png
Normal file
BIN
source/images/supported_brands/sleepiq.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
Loading…
x
Reference in New Issue
Block a user